onPointerDown property Null safety
read / write
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;