SearchInput constructor

const SearchInput(
  1. SearchMenuActionCallBack onSearch,
  2. {Key? key,
  3. Icon? icon,
  4. InputDecoration? inputDecoration}
)

Implementation

const SearchInput(
  this.onSearch, {
  super.key,
  this.icon,
  this.inputDecoration,
});