foregroundColor property

Color? get foregroundColor

Implementation

Color? get foregroundColor =>
    tryParseColor(params[foregroundColorKey], logger: _log);