onCanceled property

void Function()? onCanceled
final

Callback, called when user presses the cancel button.

If null, then no cancel button will be displayed.

Implementation

final void Function()? onCanceled;