ClockPainter constructor
ClockPainter({})
Implementation
ClockPainter({
required this.startHour,
required this.endHour,
required this.sleepColor,
required this.backgroundColor,
required this.surfaceColor,
});