From 14a4f9eff446a89e7fea0b4369cfd9ba5b2dd7e4 Mon Sep 17 00:00:00 2001 From: Gaspard Merten Date: Sun, 1 Mar 2020 23:32:31 +0100 Subject: [PATCH] Updating readme.md (3) --- README.md | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/README.md b/README.md index 403f7b5..e2cde38 100644 --- a/README.md +++ b/README.md @@ -21,32 +21,4 @@ The DateField widget returns an InputDecorator with an Inkwell which will displa You can customize the widget a lot thanks to these parameters: -

-  /// Callback for whenever the user selects a [DateTime]
-  final ValueChanged onDateSelected;
-
-  /// The current selected date to display inside the field
-  final DateTime selectedDate;
-
-  /// (optional) The first date that the user can select (default is 1900)
-  final DateTime firstDate;
-
-  /// (optional) The last date that the user can select (default is 2100)
-  final DateTime lastDate;
-
-  /// Let you choose the [DatePickerMode] for the date picker! (default is [DatePickerMode.day]
-  final DatePickerMode initialDatePickerMode;
-
-  /// The label to display for the field (default is 'Select date')
-  final String label;
-
-  /// (optional) The error text that should be displayed under the field
-  final String errorText;
-
-  /// (optional) Custom [InputDecoration] for the [InputDecorator] widget
-  final InputDecoration decoration;
-
-  /// (optional) How to display the [DateTime] for the user (default is [DateFormat.yMMMD])
-  final DateFormat dateFormat;
-
-
\ No newline at end of file +onSaved, validator, initialValue, autovalidate, enabled, firstDate, lastDate, label, dateFormat, decoration, initialDatePickerMode \ No newline at end of file