onStart property

GestureScaleStartCallback? onStart
getter/setter pair

The pointers in contact with the screen have established a focal point and initial scale of 1.0.

This won't be called until the gesture arena has determined that this GestureRecognizer has won the gesture.

See also:

Implementation

GestureScaleStartCallback? onStart;