onPointerDown property

PointerDownEventListener? onPointerDown
getter/setter pair

Called when a pointer comes into contact with the screen (for touch pointers), or has its button pressed (for mouse pointers) at this widget's location.

Implementation

PointerDownEventListener? onPointerDown;