isOpen property

bool get isOpen

Implementation

bool get isOpen {
  assert(_state != null);
  return _state!._isOpen;
}