ChartGroupBarLayer constructor

const ChartGroupBarLayer({
  1. required List<List<ChartGroupBarDataItem>> items,
  2. required ChartGroupBarSettings settings,
})

Implementation

const ChartGroupBarLayer({
  required this.items,
  required this.settings,
});