onLongPress property

(dynamic Function(TapDownDetails)?) onLongPress
final

The callback fired when the widget is held for a few seconds.

Implementation

final Function(TapDownDetails)? onLongPress;