onPointerDown property Null safety

PointerDownEventListener? onPointerDown
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;