SearchField constructor
- TextFieldState state, {
- Key? key,
- void onChanged()?,
- String? hint,
Implementation
const SearchField(this.state, {super.key, this.onChanged, this.hint});
const SearchField(this.state, {super.key, this.onChanged, this.hint});