CustomHourLinePainter typedef

CustomHourLinePainter = CustomPainter Function(Color lineColor, double lineHeight, double offset, double minuteHeight, bool showVerticalLine, double verticalLineOffset, LineStyle lineStyle, double dashWidth, double dashSpaceWidth, double emulateVerticalOffsetBy, int startHour)

Implementation

typedef CustomHourLinePainter = CustomPainter Function(
    Color lineColor,
    double lineHeight,
    double offset,
    double minuteHeight,
    bool showVerticalLine,
    double verticalLineOffset,
    LineStyle lineStyle,
    double dashWidth,
    double dashSpaceWidth,
    double emulateVerticalOffsetBy,
    int startHour);