customDatePicker function
Shows a dialog containing a Material Design date picker.
The returned Future resolves to the date selected by the user when the user confirms the dialog. If the user cancels the dialog, null is returned.
Implementation
Future<DateTime> async
- talawa
- date_time_picker
- customDatePicker function