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