onPointerDown property
A callback function that is called when a pointer has contacted the screen at a particular location.
Implementation
final Function(PointerDownEvent)? onPointerDown;
A callback function that is called when a pointer has contacted the screen at a particular location.
final Function(PointerDownEvent)? onPointerDown;