withShowTrackingAxisLabel method
- bool value
Replaces AreaChartSeries.showTrackingAxisLabel with value.
Implementation
AreaChartSeries withShowTrackingAxisLabel(bool value) =>
copyWith(showTrackingAxisLabel: value);
Replaces AreaChartSeries.showTrackingAxisLabel with value.
AreaChartSeries withShowTrackingAxisLabel(bool value) =>
copyWith(showTrackingAxisLabel: value);