CDatePicker constructor
CDatePicker({})
Implementation
CDatePicker({
required this.labelText,
required this.onValidation,
this.controller,
required this.isRequired,
this.startDate,
this.endDate,
this.showCalendarIcon
});