UIDatePickerField constructor
const
UIDatePickerField({})
Implementation
const UIDatePickerField({
super.key,
this.label,
this.value,
this.onChanged,
this.firstDate,
this.lastDate,
this.hintText = 'Select date',
this.enabled = true,
this.useBottomSheet = false,
this.dateFormat,
});