backgroundColor property

Color? get backgroundColor

Implementation

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