Skip to main content

customTimePicker function

[Future[<[TimeOfDay]>]]

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 
  1. talawa
  2. date_time_picker
  3. customTimePicker function
date_time_picker library