SearchButton constructor

const SearchButton({
  1. Key? key,
  2. ValueChanged<String?>? onSearch,
  3. SearchButtonMode mode = SearchButtonMode.transactional,
})

Implementation

const SearchButton(
    {super.key, this.onSearch, this.mode = SearchButtonMode.transactional});