UWaterfallChart constructor
const
UWaterfallChart({
- required List<
UWaterfallItem> items, - Key? key,
- String? title,
- Color? upColor,
- Color? downColor,
- Color? totalColor,
- UChartStyle style = const UChartStyle(),
- double height = 260,
Implementation
const UWaterfallChart({
required this.items,
super.key,
this.title,
this.upColor,
this.downColor,
this.totalColor,
this.style = const UChartStyle(),
this.height = 260,
});