StandardSearchAnchor constructor

const StandardSearchAnchor({
  1. Key? key,
  2. StandardSearchController? controller,
  3. required StandardSearchBar searchBar,
  4. required StandardSuggestions suggestions,
})

Implementation

const StandardSearchAnchor({
  super.key,
  this.controller,
  required this.searchBar,
  required this.suggestions,
});