CandlestickSeries constructor

CandlestickSeries({
  1. ChartData? data,
})

Implementation

CandlestickSeries({
  this.data,
});