onLongPress property
The callback that is called when the button is long-pressed. Only used when buttonType is ButtonType.longPress.
Implementation
final VoidCallback? onLongPress;
The callback that is called when the button is long-pressed. Only used when buttonType is ButtonType.longPress.
final VoidCallback? onLongPress;