PopupMenuCanceled typedef

void PopupMenuCanceled ()

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

Used by PopupMenuButton.onCanceled.

Implementation

typedef PopupMenuCanceled = void Function();