initialTime property

TimeOfDay? initialTime
final

Optional initial TimeOfDay to pre-select in the time picker. If not provided, defaults to 00:00:00 (midnight) in the state initialization.

Implementation

final TimeOfDay? initialTime;