GestureScaleUpdateCallback typedef

GestureScaleUpdateCallback = void Function(ScaleUpdateDetails details)

Signature for when the pointers in contact with the screen have indicated a new focal point and/or scale.

Implementation

typedef GestureScaleUpdateCallback = void Function(ScaleUpdateDetails details);