isPopup property

bool get isPopup

Whether this is a popup menu button.

Implementation

bool get isPopup =>
    popupItems != null && popupItems!.isNotEmpty && onMenuSelected != null;