onLongPress property
final
If onPressed and onLongPress callbacks are null, then the button will be disabled.
Implementation
final VoidCallback? onLongPress;
If onPressed and onLongPress callbacks are null, then the button will be disabled.
final VoidCallback? onLongPress;