TimeRuler constructor
const
TimeRuler({})
Implementation
const TimeRuler({
super.key,
this.startHour = 0,
this.endHour = 24,
this.hourHeight = 60.0,
this.width = 56.0,
this.showCurrentTime = true,
this.lineColor,
});