initialDate property

DateTime? initialDate
final

The DateTime selected in the "From" field. Set this if you want pre-initialized dates.

If no date is selected, the field will be blank.

Implementation

final DateTime? initialDate;