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