initialTime property

TimeOfDay initialTime
final

Initial/starting boundary of the left side of BookingRangeSlider. Defaults to 0h 0min.

If both initialTime and endingTime have values hours and minutes 0 then the range of BookingRangeSlider is 24 hours.

Initial time must not be later than the endingTime.

Implementation

final TimeOfDay initialTime;