onLongPress property

VoidCallback? onLongPress
final

A callback for when the widget is long pressed.

The widget will be disabled if the following are null:

Implementation

final VoidCallback? onLongPress;