ChartBarLayer constructor

const ChartBarLayer({
  1. required List<BarStack> items,
})

Creates a new instance of ChartBarLayer with the provided list of bar stacks.

The items parameter is required and represents the list of bar stacks to be displayed in the layer.

Implementation

const ChartBarLayer({required super.items});