File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/flutter/lib/src/gestures Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -268,9 +268,10 @@ class _LineBetweenPointers {
268268///
269269/// [ScaleGestureRecognizer] tracks the pointers in contact with the screen and
270270/// 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] .
274275class ScaleGestureRecognizer extends OneSequenceGestureRecognizer {
275276 /// Create a gesture recognizer for interactions intended for scaling content.
276277 ///
You can’t perform that action at this time.
0 commit comments