UpDatePicker constructor
const
UpDatePicker({
- Key? key,
- UpInputType type = UpInputType.outline,
- required TextEditingController controller,
- required String label,
- UpValidation? validation,
- Function? onChange,
- UpStyle? style,
- UpColorType? colorType,
Implementation
const UpDatePicker({
super.key,
this.type = UpInputType.outline,
required this.controller,
required this.label,
this.validation,
this.onChange,
this.style,
this.colorType,
});