TapListener constructor
- void onTapLambda()
Abstract class for handling tap gestures.
Tap gesture occurs after tapping on the screen.
Implementation
factory TapListener(
void Function(Point2D) onTapLambda,
) => TapListener$Lambdas(
onTapLambda,
);