onLongTapDown property Null safety

GestureMultiTapDownCallback? onLongTapDown
read / write

A pointer that might cause a tap is still in contact with the screen at a particular location after longTapDelay.

Implementation

GestureMultiTapDownCallback? onLongTapDown;