onEmptyDateSubmit property
void Function()
onEmptyDateSubmit
final
This gets called when user has no selected date and taps the Submit button.
It is recommended to show a toast as a hint for the user
Implementation
final void Function() onEmptyDateSubmit;