foregroundColor property
Color?
get
foregroundColor
Convenience accessor for textStyle.color.
Implementation
Color? get foregroundColor => textStyle?.color;
Convenience accessor for textStyle.color.
Color? get foregroundColor => textStyle?.color;