isOpen property

bool isOpen

Whether or not the associated search view is currently open.

Implementation

bool get isOpen {
  assert(isAttached);
  return _anchor!._viewIsOpen;
}