abortChild property
The widget to be displayed while the onPressed
future is running
and user can abort the call.
Implementation
final Widget? abortChild;
The widget to be displayed while the onPressed
future is running
and user can abort the call.
final Widget? abortChild;