visibleBackgroundColor property

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

The background fill color to filter by; only cells with this fill color are shown.

Mutually exclusive with visible_foreground_color. Deprecated: Use visible_background_color_style.

Implementation

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