Skip to main content

customDatePicker function

[Future[<[DateTime]>]]

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