Skip to content

Commit 555a013

Browse files
docs: improve field documentation
1 parent c97af43 commit 555a013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/fields/form_builder_date_time_picker.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class FormBuilderDateTimePicker extends FormBuilderFieldDecoration<DateTime> {
2323
/// (Sunday, June 3, 2018 at 9:24pm)
2424
final DateFormat? format;
2525

26-
/// The date the calendar opens to when displayed. Defaults to the current date.
26+
/// The date the calendar opens to when displayed. Defaults to null.
2727
///
2828
/// To preset the widget's value, use [initialValue] instead.
2929
final DateTime? initialDate;

0 commit comments

Comments
 (0)