onAbort property
dynamic Function()?
onAbort
final
What to do if the user decides to abort the onPressed
future.
Implementation
final Function()? onAbort;
What to do if the user decides to abort the onPressed
future.
final Function()? onAbort;