PopupMenuCanceled typedef

PopupMenuCanceled = void Function()

Signature for the callback invoked when a BottomPopupMenuButton is dismissed without selecting an item.

Used by BottomPopupMenuButton.onCanceled.

Implementation

typedef PopupMenuCanceled = void Function();