SearchField constructor

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

Implementation

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