BarGraphYLabelPainter constructor Null safety
- {List<
BarDataDay> ? barItemsDay, - bool isBiDirectional = false,
- bool yLabelVisible = true}
Implementation
BarGraphYLabelPainter({
this.barItemsDay,
this.isBiDirectional = false,
this.yLabelVisible = true,
}) : super(
barItemsDay: barItemsDay,
isBiDirectional: isBiDirectional,
yLabelVisible: yLabelVisible,
);