onLongPress property

VoidCallback? onLongPress
final

The callback that is called when the button is long-pressed. Only used when buttonType is ButtonType.longPress.

Implementation

final VoidCallback? onLongPress;