SearchField constructor

const SearchField({
  1. Key? key,
  2. dynamic onChanged(
    1. String
    )?,
  3. SearchFieldStyle? properties,
})

Implementation

const SearchField({Key? key, this.onChanged, this.properties}) : super(key: key);