BarGraphPainter constructor Null safety
Implementation
BarGraphPainter({
this.barItemsDay,
this.isBiDirectional = false,
this.barWidth = 20.0,
this.hourCntInDay = 1,
this.isGroupAvg = true,
this.yLabelVisible = false,
this.horizontalLineVisible = true,
this.cow,
});