CandlestickChart constructor

const CandlestickChart(
  1. CandlestickChartController controller, {
  2. Key? key,
})

Implementation

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