DateField constructor
Implementation
const DateField({
super.key,
this.label,
this.value,
this.fromDate,
this.toDate,
required this.onChanged,
this.icon = Icons.date_range,
});
const DateField({
super.key,
this.label,
this.value,
this.fromDate,
this.toDate,
required this.onChanged,
this.icon = Icons.date_range,
});