maxValueColor property

  1. @Deprecated('Not supported. Member documentation may have more information.')
Color? maxValueColor
getter/setter pair

The background color for cells with a color value greater than or equal to maxValue.

Defaults to #109618 if not specified. Deprecated: Use max_value_color_style.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
Color? maxValueColor;