isPopup property
bool
get
isPopup
Whether this is a popup menu button.
Implementation
bool get isPopup =>
popupItems != null && popupItems!.isNotEmpty && onMenuSelected != null;
Whether this is a popup menu button.
bool get isPopup =>
popupItems != null && popupItems!.isNotEmpty && onMenuSelected != null;