isOpen property

bool get isOpen

Whether or not the menu associated with this MenuController is open.

Implementation

bool get isOpen => _anchor?.isOpen ?? false;