TreemapChartColorScale constructor
TreemapChartColorScale({
- Color? maxValueColor,
- ColorStyle? maxValueColorStyle,
- Color? midValueColor,
- ColorStyle? midValueColorStyle,
- Color? minValueColor,
- ColorStyle? minValueColorStyle,
- Color? noDataColor,
- ColorStyle? noDataColorStyle,
Implementation
TreemapChartColorScale({
this.maxValueColor,
this.maxValueColorStyle,
this.midValueColor,
this.midValueColorStyle,
this.minValueColor,
this.minValueColorStyle,
this.noDataColor,
this.noDataColorStyle,
});