isOpen property
Whether or not the associated menu is currently open.
Implementation
bool get isOpen {
return _anchor?._isOpen ?? false;
}
Whether or not the associated menu is currently open.
bool get isOpen {
return _anchor?._isOpen ?? false;
}