onLongPress property

VoidCallback? onLongPress
final

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

If this callback and onPressed are null, then the button will be disabled.

Implementation

final VoidCallback? onLongPress;