VerticalBarChart constructor
- Key? key,
- required List<
ChartValue> data, - required ShapeBorder shape,
- double thickness = 20,
- double? spacing,
A vertical BarChart widget.
Implementation
const VerticalBarChart({super.key, required super.data, required super.shape, super.thickness, super.spacing});