DatePicker constructor
const
DatePicker({})
Implementation
const DatePicker({
Key? key,
this.onPicked,
required this.firstDate,
this.initialDate,
required this.lastDate,
this.labelText,
this.borderType,
}) : super(key: key);