ChartGroupPieLayer constructor

const ChartGroupPieLayer({
  1. required List<List<ChartGroupPieDataItem>> items,
  2. required ChartGroupPieSettings settings,
})

Implementation

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