withCandlestickStyle method
- CandlestickChartStyle value
Replaces CandlestickChartSeries.candlestickStyle with value.
Implementation
CandlestickChartSeries withCandlestickStyle(CandlestickChartStyle value) =>
copyWith(candlestickStyle: value);
Replaces CandlestickChartSeries.candlestickStyle with value.
CandlestickChartSeries withCandlestickStyle(CandlestickChartStyle value) =>
copyWith(candlestickStyle: value);