visibleForegroundColor property

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

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

Mutually exclusive with visible_background_color. Deprecated: Use visible_foreground_color_style.

Implementation

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