DatePicker constructor
const
DatePicker({})
Implementation
const DatePicker({
super.key,
required this.date,
required this.onDateChanged,
this.autoHide = true,
this.prefix = '',
});
const DatePicker({
super.key,
required this.date,
required this.onDateChanged,
this.autoHide = true,
this.prefix = '',
});