isOpen property

bool get isOpen

Whether or not the associated menu is currently open.

Implementation

bool get isOpen {
  return _anchor?._isOpen ?? false;
}