onLongPress property
dynamic Function()?
onLongPress
final
Called when the widget is long-pressed.
Implementation
final Function()? onLongPress;
Called when the widget is long-pressed.
final Function()? onLongPress;