SearchInput constructor
- SearchMenuActionCallBack onSearch,
- {Key? key,
- Icon? icon,
- InputDecoration? inputDecoration}
Implementation
const SearchInput(
this.onSearch, {
super.key,
this.icon,
this.inputDecoration,
});
const SearchInput(
this.onSearch, {
super.key,
this.icon,
this.inputDecoration,
});