CandlestickChart constructor
const
CandlestickChart(
- CandlestickChartController controller, {
- Key? key,
Implementation
const CandlestickChart(CandlestickChartController controller, {Key? key})
: super(controller, key: key);