DateTimePicker constructor
Implementation
const DateTimePicker({
Key key,
this.labelText,
this.selectedDate,
this.selectedTime,
this.selectDate,
this.selectTime,
this.showDay = true,
}) : super(key: key);
const DateTimePicker({
Key key,
this.labelText,
this.selectedDate,
this.selectedTime,
this.selectDate,
this.selectTime,
this.showDay = true,
}) : super(key: key);