onLongPress property
dynamic Function()?
onLongPress
final
Execute when long pressing on the button.
Implementation
final Function()? onLongPress;
Execute when long pressing on the button.
final Function()? onLongPress;