HCPlotTreemapLevelsOptions constructor

const HCPlotTreemapLevelsOptions({
  1. String? borderColor,
  2. String? borderDashStyle,
  3. num? borderWidth,
  4. dynamic color,
  5. HCPlotTreemapLevelsColorVariationOptions? colorVariation,
  6. dynamic dataLabels,
  7. String? layoutAlgorithm,
  8. String? layoutStartingDirection,
  9. num? level,
})

Implementation

const HCPlotTreemapLevelsOptions({
  this.borderColor,
  this.borderDashStyle,
  this.borderWidth,
  this.color,
  this.colorVariation,
  this.dataLabels,
  this.layoutAlgorithm,
  this.layoutStartingDirection,
  this.level,
});