StandardSearchAnchor constructor
const
StandardSearchAnchor({
- Key? key,
- StandardSearchController? controller,
- required StandardSearchBar searchBar,
- required StandardSuggestions suggestions,
Implementation
const StandardSearchAnchor({
super.key,
this.controller,
required this.searchBar,
required this.suggestions,
});