isOpen property
Whether or not the menu associated with this MenuController is open.
Implementation
bool get isOpen => _anchor?.isOpen ?? false;
Whether or not the menu associated with this MenuController is open.
bool get isOpen => _anchor?.isOpen ?? false;