hasAnyOpenMenus property
bool
get
hasAnyOpenMenus
Returns true if ANY menu is open (works for both single and multi modes).
Implementation
static bool get hasAnyOpenMenus => _openMenus.isNotEmpty;
Returns true if ANY menu is open (works for both single and multi modes).
static bool get hasAnyOpenMenus => _openMenus.isNotEmpty;