SearchWidget constructor
const
SearchWidget({})
Implementation
const SearchWidget(
{Key? key,
required this.onDone,
this.isPopup = false,
this.autoFocus = false,
this.decoration,
this.suggestionLimit = 5,
this.minLengthToStartSearch = 3})
: super(key: key);