PullDownMenuCanceled typedef
PullDownMenuCanceled =
void Function()
Signature for the callback invoked when a PullDownButton is dismissed without selecting an item.
Used by PullDownButton.onCanceled.
Implementation
typedef PullDownMenuCanceled = void Function();