SearchButton constructor

const SearchButton(
  1. Config config,
  2. VoidCallback showSearchView,
  3. Color buttonIconColor, {
  4. Key? key,
})

Constructor

Implementation

const SearchButton(this.config, this.showSearchView, this.buttonIconColor,
    {super.key});