minValueColor property

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

The background color for cells with a color value less than or equal to minValue.

Defaults to #dc3912 if not specified. Deprecated: Use min_value_color_style.

Implementation

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