LegendOptionsChart constructor

const LegendOptionsChart({
  1. Key? key,
  2. required List<ChartSampleData> dataSource,
})

Creates the doughnut chart with legend

Implementation

const LegendOptionsChart({super.key, required this.dataSource});