nodeColor property

  1. @Deprecated('Not supported. Member documentation may have more information.')
Color? nodeColor
getter/setter pair

The color of the org chart nodes.

Deprecated: Use node_color_style.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
Color? nodeColor;