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