Add timer picker link (#80336)

This commit is contained in:
Abhishek Ghaskata 2021-04-14 22:14:02 +05:30 committed by GitHub
parent 884129d156
commit d1d80aa883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,6 +191,7 @@ const double _inputFormLandscapeHeight = 108.0;
/// used to select a range of dates.
/// * [CalendarDatePicker], which provides the calendar grid used by the date picker dialog.
/// * [InputDatePickerFormField], which provides a text input field for entering dates.
/// * [showTimePicker], which shows a dialog that contains a material design time picker.
///
Future<DateTime?> showDatePicker({
required BuildContext context,