initialDate property

DateTime? initialDate
final

The initial date to pre-select in the picker.

Type: DateTime? Usage: Sets a starting point for date selection, useful for editing existing dates.

Implementation

final DateTime? initialDate;