initialDateTime property
final
The initial date and/or time of the picker. Defaults to the present date and time. The present must conform to the intervals set in minimumDate, maximumDate, minimumYear, and maximumYear.
Changing this value after the initial build will not affect the currently selected date time.
Implementation
final DateTime initialDateTime;