- Flutter Widget Livebook

TimePicker

Shows a dialog containing a material design time picker.

Example

Future<TimeOfDay> selectedTime = showTimePicker(
  initialTime: TimeOfDay.now(),
  context: context,
);

Related Links

  1. Example
  2. Related Links