withShowInTrackingTooltip method
- bool value
Replaces RangeAreaChartSeries.showInTrackingTooltip with value.
Implementation
RangeAreaChartSeries withShowInTrackingTooltip(bool value) =>
copyWith(showInTrackingTooltip: value);
Replaces RangeAreaChartSeries.showInTrackingTooltip with value.
RangeAreaChartSeries withShowInTrackingTooltip(bool value) =>
copyWith(showInTrackingTooltip: value);