menu
nice2dev_flutter_ui
charts\nice_charts.dart
NiceFunnelStage
NiceFunnelStage.new const constructor
NiceFunnelStage.new
dark_mode
light_mode
NiceFunnelStage
constructor
const
NiceFunnelStage
(
{
required
String
label
,
required
double
value
,
Color
?
color
,
})
Implementation
const NiceFunnelStage({ required this.label, required this.value, this.color, });
nice2dev_flutter_ui
nice_charts
NiceFunnelStage
NiceFunnelStage.new const constructor
NiceFunnelStage class