foregroundColor property

Color? get foregroundColor

Convenience accessor for textStyle.color.

Implementation

Color? get foregroundColor => textStyle?.color;