onCanceled property
final
Callback, called when user presses the cancel button.
If null
, then no cancel button will be displayed.
Implementation
final void Function()? onCanceled;
Callback, called when user presses the cancel button.
If null
, then no cancel button will be displayed.
final void Function()? onCanceled;