menu
tenun package
documentation
charts/sankey/simple_sankey_chart.dart
SimpleSankeyNode
SimpleSankeyNode.new const constructor
SimpleSankeyNode.new const constructor
dark_mode
light_mode
SimpleSankeyNode
constructor
const
SimpleSankeyNode
(
{
required
String
id
,
required
String
label
,
int
?
column
,
Color
?
color
,
})
Implementation
const SimpleSankeyNode({ required this.id, required this.label, this.column, this.color, });
tenun package
documentation
charts/sankey/simple_sankey_chart
SimpleSankeyNode
SimpleSankeyNode.new const constructor
SimpleSankeyNode class