onLongPress property

VoidCallback? onLongPress
final

The callback that is called when the button is long-pressed.

If onPressed is set to null, the onLongPress callback is not called.

Implementation

final VoidCallback? onLongPress;