onPointerDown property

dynamic Function(PointerDownEvent)? onPointerDown
final

A callback function that is called when a pointer has contacted the screen at a particular location.

Implementation

final Function(PointerDownEvent)? onPointerDown;