UpSearch constructor
const
UpSearch({
- Key? key,
- required TextEditingController controller,
- ValueChanged<
String> ? valueChanged,
Implementation
const UpSearch({Key? key, required this.controller, this.valueChanged})
: super(key: key);