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