onCanceled property
final
Called when the user dismisses the popup menu without selecting an item.
If the user selects a value, onSelected is called instead.
Implementation
final PopupMenuCanceled? onCanceled;
Called when the user dismisses the popup menu without selecting an item.
If the user selects a value, onSelected is called instead.
final PopupMenuCanceled? onCanceled;