SearchField constructor
const
SearchField({
- Key? key,
- dynamic onChanged()?,
- SearchFieldStyle? properties,
Implementation
const SearchField({Key? key, this.onChanged, this.properties}) : super(key: key);