SimpleCandlestickData constructor
const
SimpleCandlestickData({})
Implementation
const SimpleCandlestickData({
required this.label,
required this.open,
required this.high,
required this.low,
required this.close,
this.volume,
this.color,
});