TwoFingerPanListener constructor
- void onTwoFingerPanLambda(
- GestureState,
- Point2D,
- Point2D,
- double,
Abstract class for handling two finger pan gestures.
Two finger pan gesture occurs when two fingers are on the screen and both of them are moving vertically.
Implementation
factory TwoFingerPanListener(
void Function(GestureState, Point2D, Point2D, double) onTwoFingerPanLambda,
) => TwoFingerPanListener$Lambdas(
onTwoFingerPanLambda,
);