SearchButton constructor
const
SearchButton(
- Config config,
- VoidCallback showSearchView,
- Color buttonIconColor, {
- Key? key,
Constructor
Implementation
const SearchButton(this.config, this.showSearchView, this.buttonIconColor,
{super.key});