TreemapChartColorScale constructor

TreemapChartColorScale({
  1. Color? maxValueColor,
  2. ColorStyle? maxValueColorStyle,
  3. Color? midValueColor,
  4. ColorStyle? midValueColorStyle,
  5. Color? minValueColor,
  6. ColorStyle? minValueColorStyle,
  7. Color? noDataColor,
  8. ColorStyle? noDataColorStyle,
})

Implementation

TreemapChartColorScale({
  this.maxValueColor,
  this.maxValueColorStyle,
  this.midValueColor,
  this.midValueColorStyle,
  this.minValueColor,
  this.minValueColorStyle,
  this.noDataColor,
  this.noDataColorStyle,
});