anchor property
M3ESearchAnchorHandle?
get
anchor
The currently attached search anchor handle, if any.
Implementation
M3ESearchAnchorHandle? get anchor => _anchor;
set
anchor
(M3ESearchAnchorHandle handle)
Attaches this controller to a search anchor handle.
Implementation
set anchor(M3ESearchAnchorHandle handle) {
_anchor = handle;
}