withShowTrackingAxisLabel method

DonutChartSeries withShowTrackingAxisLabel(
  1. bool value
)

Replaces DonutChartSeries.showTrackingAxisLabel with value.

Implementation

DonutChartSeries withShowTrackingAxisLabel(bool value) =>
    copyWith(showTrackingAxisLabel: value);