@@ -355,21 +355,20 @@ class _InternalWeekViewPageState<T extends Object?>
355355 children: [
356356 CustomPaint (
357357 size: Size (widget.width, widget.height),
358- painter: HourLinePainter (
359- lineColor : widget.hourIndicatorSettings.color,
360- lineHeight : widget.hourIndicatorSettings.height,
361- offset : widget.timeLineWidth +
358+ painter: widget. hourLinePainter (
359+ widget.hourIndicatorSettings.color,
360+ widget.hourIndicatorSettings.height,
361+ widget.timeLineWidth +
362362 widget.hourIndicatorSettings.offset,
363- minuteHeight: widget.heightPerMinute,
364- verticalLineOffset: widget.verticalLineOffset,
365- showVerticalLine: widget.showVerticalLine,
366- lineStyle: widget.hourIndicatorSettings.lineStyle,
367- dashWidth: widget.hourIndicatorSettings.dashWidth,
368- dashSpaceWidth:
369- widget.hourIndicatorSettings.dashSpaceWidth,
370- emulateVerticalOffsetBy: widget.emulateVerticalOffsetBy,
371- startHour: widget.startHour,
372- endHour: widget.endHour,
363+ widget.heightPerMinute,
364+ widget.showVerticalLine,
365+ widget.verticalLineOffset,
366+ widget.hourIndicatorSettings.lineStyle,
367+ widget.hourIndicatorSettings.dashWidth,
368+ widget.hourIndicatorSettings.dashSpaceWidth,
369+ widget.emulateVerticalOffsetBy,
370+ widget.startHour,
371+ widget.endHour,
373372 ),
374373 ),
375374 if (widget.showHalfHours)
0 commit comments