File tree 1 file changed +4
-3
lines changed
packages/flutter/lib/src/gestures
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -268,9 +268,10 @@ class _LineBetweenPointers {
268
268
///
269
269
/// [ScaleGestureRecognizer] tracks the pointers in contact with the screen and
270
270
/// calculates their focal point, indicated scale, and rotation. When a focal
271
- /// pointer is established, the recognizer calls [onStart] . As the focal point,
272
- /// scale, rotation change, the recognizer calls [onUpdate] . When the pointers
273
- /// are no longer in contact with the screen, the recognizer calls [onEnd] .
271
+ /// point is established, the recognizer calls [onStart] . As the focal point,
272
+ /// scale, and rotation change, the recognizer calls [onUpdate] . When the
273
+ /// pointers are no longer in contact with the screen, the recognizer calls
274
+ /// [onEnd] .
274
275
class ScaleGestureRecognizer extends OneSequenceGestureRecognizer {
275
276
/// Create a gesture recognizer for interactions intended for scaling content.
276
277
///
You can’t perform that action at this time.
0 commit comments