menu
flutter_simple_charts package
documentation
charts/donut_chart.dart
DonutChart
showLegend property
showLegend property
dark_mode
light_mode
showLegend
property
bool
showLegend
final
Whether to render the legend below the chart. Defaults to
true
.
Implementation
final bool showLegend;
flutter_simple_charts package
documentation
charts/donut_chart
DonutChart
showLegend property
DonutChart class