initialDate property
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;
The initial date to be selected when the picker opens. If both initialDate and initialDateTimeRange are provided, an assertion error will be thrown.
final DateTime? initialDate;