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