onAbort property

dynamic Function()? onAbort
final

What to do if the user decides to abort the onPressed future.

Implementation

final Function()? onAbort;