HourIndicatorSettings constructor
const
HourIndicatorSettings({})
Settings for hour lines
Implementation
const HourIndicatorSettings(
{this.height = 1.0,
this.offset = 0.0,
this.color = Colors.grey,
this.lineStyle = LineStyle.solid,
this.dashWidth = 4,
this.dashSpaceWidth = 4,
this.startHour = 0})
: assert(height >= 0, "Height must be greater than or equal to 0.");