SearchButton constructor
const
SearchButton({
- Key? key,
- ValueChanged<
String?> ? onSearch, - SearchButtonMode mode = SearchButtonMode.transactional,
Implementation
const SearchButton(
{super.key, this.onSearch, this.mode = SearchButtonMode.transactional});