TreemapChartSpec constructor

TreemapChartSpec({
  1. ChartData? colorData,
  2. TreemapChartColorScale? colorScale,
  3. Color? headerColor,
  4. ColorStyle? headerColorStyle,
  5. bool? hideTooltips,
  6. int? hintedLevels,
  7. ChartData? labels,
  8. int? levels,
  9. double? maxValue,
  10. double? minValue,
  11. ChartData? parentLabels,
  12. ChartData? sizeData,
  13. TextFormat? textFormat,
})

Implementation

TreemapChartSpec({
  this.colorData,
  this.colorScale,
  this.headerColor,
  this.headerColorStyle,
  this.hideTooltips,
  this.hintedLevels,
  this.labels,
  this.levels,
  this.maxValue,
  this.minValue,
  this.parentLabels,
  this.sizeData,
  this.textFormat,
});