menu
nice2dev_flutter_ui
charts\nice_charts2.dart
NiceSankeyNode
NiceSankeyNode.new const constructor
NiceSankeyNode.new
dark_mode
light_mode
NiceSankeyNode
constructor
const
NiceSankeyNode
(
{
required
String
id
,
required
String
label
,
Color
?
color
,
})
Implementation
const NiceSankeyNode({ required this.id, required this.label, this.color, });
nice2dev_flutter_ui
nice_charts2
NiceSankeyNode
NiceSankeyNode.new const constructor
NiceSankeyNode class