onLongPress property
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;
The callback that is called when the button is long-pressed.
If onPressed is set to null, the onLongPress callback is not called.
final VoidCallback? onLongPress;