PinchRotateListener constructor - PinchRotateListener - gestures library - Dart API
PinchRotateListener
PinchRotateListener constructor
- void onPinchRotateLambda(
- GestureState,
- Point2D,
- Point2D,
- double,
- Angle,
Abstract class for handling pinch rotate gestures.
Pinch rotate gesture occurs when two fingers are on the screen and at least one of them moves.
Implementation
factory PinchRotateListener(
void Function(GestureState, Point2D, Point2D, double, Angle) onPinchRotateLambda,
) => PinchRotateListener$Lambdas(
onPinchRotateLambda,
);