CustomDatePiker constructor
      const
      CustomDatePiker({})
     
    
Data Picker constructor
Implementation
const CustomDatePiker({
  super.key,
  this.startDate,
  this.endDate,
  this.initialValue,
  this.placeholder,
  this.onChanged,
  this.label,
  this.isRequired = false,
  this.errorText,
});