BarChart constructor
- Key? key,
- required List<
ChartValue> data, - required ShapeBorder shape,
- double thickness = 20,
- double? spacing,
Base class for all bar chart widgets.
Implementation
const BarChart({
super.key,
required super.data,
required this.shape,
this.thickness = 20,
this.spacing,
});