LegendOptionsChart constructor
const
LegendOptionsChart({
- Key? key,
- required List<
ChartSampleData> dataSource,
Creates the doughnut chart with legend
Implementation
const LegendOptionsChart({super.key, required this.dataSource});