onLongPress property

VoidCallback? onLongPress
final

A callback for when the widget is long pressed.

The widget will be disabled if both onPress and onLongPress are null.

Implementation

final VoidCallback? onLongPress;