Closed
Description
The currentTimeIndicator is not displayed when setting startHour and endHour as follows in timeSlotViewSettings:
timeSlotViewSettings: const TimeSlotViewSettings(
numberOfDaysInView: 1,
timeIntervalWidth: 50,
timeFormat: 'HH:mm',
startHour: 6,
endHour: 5,
),
*Note: The currentTimeIndicator is displayed correctly when startHour and endHour are not set.
In the current project, I am creating a timeline screen with a timeframe from 6:00 AM to 5:00 AM the next morning. I would appreciate it if you could confirm whether this configuration is suitable for creating the timeline screen.