SearchAnchorChildBuilder typedef
Signature for a function that creates a Widget which is used to open a search view.
The controller
callback provided to SearchAnchor.builder can be used
to open the search view and control the editable field on the view.
Implementation
typedef SearchAnchorChildBuilder = Widget Function(BuildContext context, SearchController controller);