ChartBarLayer constructor
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});