menu
sankey_flutter package
documentation
interactive_sankey_painter.dart
InteractiveSankeyPainter
nodeColors property
nodeColors property
dark_mode
light_mode
nodeColors
property
Map
<
String
,
Color
>
nodeColors
final
Map of node labels to specific colors
Implementation
final Map<String, Color> nodeColors;
sankey_flutter package
documentation
interactive_sankey_painter
InteractiveSankeyPainter
nodeColors property
InteractiveSankeyPainter class