searchOptions property
Fetches this field's options for a query, when /schema published an
optionsUrl instead of inlining them.
Optional so a host that registers its own field builder is unaffected, and so every non-select field ignores it. Null means the options are already on the component.
Implementation
final Future<OptionsPage> Function(String query)? searchOptions;