SearchField constructor
SearchField({
- Key? key,
- String label = "",
- TextEditingController? controller,
- void onChanged()?,
Implementation
SearchField({
Key? key,
this.label = "",
this.controller,
this.onChanged,
}) : super(key: key);