onCanceled property

PopupMenuCanceled? onCanceled
getter/setter pair

todo: Shouldn't these all be final? Called when the user dismisses the popup menu without selecting an item.

Implementation

PopupMenuCanceled? onCanceled;