initialValue property

DateTimeRange? initialValue
final

This required field is the initial DateTimeRange value of the widget.

This value will be displayed upon first opening the dialog, and if the user does not choose another value it will be saved when the onSaved method is called.

Implementation

final DateTimeRange? initialValue;