VerticalBarChart constructor

const VerticalBarChart({
  1. Key? key,
  2. required List<ChartValue> data,
  3. required ShapeBorder shape,
  4. double thickness = 20,
  5. double? spacing,
})

A vertical BarChart widget.

Implementation

const VerticalBarChart({super.key, required super.data, required super.shape, super.thickness, super.spacing});