customTimePicker function
Shows a dialog containing a material design time picker.
The returned Future resolves to the time selected by the user when the user closes the dialog. If the user cancels the dialog, null is returned.
Implementation
Future<TimeOfDay> async
- talawa
- date_time_picker
- customTimePicker function