initialDate property

DateTime? initialDate
final

The initial date to be selected when the picker opens. If both initialDate and initialDateTimeRange are provided, an assertion error will be thrown.

Implementation

final DateTime? initialDate;