CandlestickChart constructor

const CandlestickChart({
  1. Key? key,
  2. required ChartConfig config,
  3. ChartTheme? theme,
})

Implementation

const CandlestickChart({super.key, required this.config,
  this.theme});