midValueColor property

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

The background color for cells with a color value at the midpoint between minValue and maxValue.

Defaults to #efe6dc if not specified. Deprecated: Use mid_value_color_style.

Implementation

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