BarGroup constructor
BarGroup({
- required num xValue,
- BarDataStyle? style,
- double padding = 10,
Defines the structure of a Group of Bars.
Holds the X-Value, Labels and Styling.
Implementation
BarGroup({required this.xValue, this.style, this.padding = 10});