ArnaPopupMenuCanceled typedef

ArnaPopupMenuCanceled = void Function()

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

Used by ArnaPopupMenuButton.onCanceled.

Implementation

typedef ArnaPopupMenuCanceled = void Function();