onPanDown property

(void Function(DragDownDetails)?) onPanDown
final

A pointer has contacted the screen with a primary button and might begin to move.

See also:

Implementation

final void Function(DragDownDetails)? onPanDown;