UOhlcChart constructor
const
UOhlcChart({})
Implementation
const UOhlcChart({
required this.candles,
super.key,
this.title,
this.upColor,
this.downColor,
this.style = const UChartStyle(),
this.height = 280,
});