UpSearch constructor
const
UpSearch({
- Key? key,
- required TextEditingController controller,
- ValueChanged<
String> ? valueChanged, - UpInputType? type,
- UpValidation? validation,
- String? lable,
- String? hint,
- UpColorType? colorType,
- UpStyle? style,
Implementation
const UpSearch({
Key? key,
required this.controller,
this.valueChanged,
this.type,
this.validation,
this.lable,
this.hint,
this.colorType,
this.style,
}) : super(key: key);