SearchField constructor

const SearchField(
  1. TextFieldState state, {
  2. Key? key,
  3. void onChanged()?,
  4. String? hint,
})

Implementation

const SearchField(this.state, {super.key, this.onChanged, this.hint});