CandlestickChart constructor
const
CandlestickChart({
- Key? key,
- required ChartConfig config,
- ChartTheme? theme,
Implementation
const CandlestickChart({super.key, required this.config,
this.theme});