CandlesticksChart constructor
const
CandlesticksChart({})
Implementation
const CandlesticksChart(
{Key? key,
this.chartSize = const Size(double.infinity, 300),
this.minimumScale,
this.maximumScale,
required this.data,
this.backgroundColor = const Color.fromARGB(255, 18, 32, 47)})
: super(key: key);