foregroundColor property

OptionalColor? foregroundColor
getter/setter pair

The color of the text itself.

If set, the color is either opaque or transparent, depending on if the opaque_color field in it is set.

Implementation

OptionalColor? foregroundColor;