OrgChartSpec constructor

OrgChartSpec({
  1. ChartData? labels,
  2. Color? nodeColor,
  3. ColorStyle? nodeColorStyle,
  4. String? nodeSize,
  5. ChartData? parentLabels,
  6. Color? selectedNodeColor,
  7. ColorStyle? selectedNodeColorStyle,
  8. ChartData? tooltips,
})

Implementation

OrgChartSpec({
  this.labels,
  this.nodeColor,
  this.nodeColorStyle,
  this.nodeSize,
  this.parentLabels,
  this.selectedNodeColor,
  this.selectedNodeColorStyle,
  this.tooltips,
});