foregroundColor property

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

The foreground color of the text.

Deprecated: Use foreground_color_style.

Implementation

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