We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97af43 commit 555a013Copy full SHA for 555a013
lib/src/fields/form_builder_date_time_picker.dart
@@ -23,7 +23,7 @@ class FormBuilderDateTimePicker extends FormBuilderFieldDecoration<DateTime> {
23
/// (Sunday, June 3, 2018 at 9:24pm)
24
final DateFormat? format;
25
26
- /// The date the calendar opens to when displayed. Defaults to the current date.
+ /// The date the calendar opens to when displayed. Defaults to null.
27
///
28
/// To preset the widget's value, use [initialValue] instead.
29
final DateTime? initialDate;
0 commit comments