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