foregroundColor property

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

The foreground color to sort by; cells with this foreground color are sorted to the top.

Mutually exclusive with background_color. Deprecated: Use foreground_color_style.

Implementation

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