CandlestickChart constructor

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

Implementation

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