PanListener constructor - PanListener - gestures library - Dart API
PanListener
PanListener constructor
- void onPanLambda(
- GestureState,
- Point2D,
- Point2D,
- double,
Abstract class for handling pan gestures.
Pan gesture occurs when a finger is moving on the screen.
Implementation
factory PanListener(
void Function(GestureState, Point2D, Point2D, double) onPanLambda,
) => PanListener$Lambdas(
onPanLambda,
);