menu
flutter_simple_charts package
documentation
charts/donut_chart.dart
DonutChart
showLabels property
showLabels property
dark_mode
light_mode
showLabels
property
bool
showLabels
final
Whether to display labels on each sector of the donut. Defaults to true.
Implementation
final bool showLabels;
flutter_simple_charts package
documentation
charts/donut_chart
DonutChart
showLabels property
DonutChart class