initialValue property
T?
initialValue
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 minimumValue,
maximumValue.
Changing this value after the initial build will not affect the currently selected date time.
Implementation
final T? initialValue;