noDataColor property

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

The background color for cells that have no color data associated with them.

Defaults to #000000 if not specified. Deprecated: Use no_data_color_style.

Implementation

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