menu
u package
documentation
components/u_charts.dart
UWaterfallItem
UWaterfallItem.new const constructor
UWaterfallItem.new const constructor
dark_mode
light_mode
UWaterfallItem
constructor
const
UWaterfallItem
(
{
required
double
value
,
String
?
label
,
bool
isTotal
=
false
,
Color
?
color
,
})
Implementation
const UWaterfallItem({ required this.value, this.label, this.isTotal = false, this.color, });
u package
documentation
components/u_charts
UWaterfallItem
UWaterfallItem.new const constructor
UWaterfallItem class