suppressFocusOpen property
bool
get
suppressFocusOpen
Whether the anchor should ignore focus-driven openView calls.
Implementation
bool get suppressFocusOpen {
assert(isAttached, 'M3ESearchController is not attached to an anchor.');
return _anchor!.suppressFocusOpen;
}