backgroundColor property

RGBAColorBuilder get backgroundColor

Implementation

RGBAColorBuilder get backgroundColor =>
    _$this._backgroundColor ??= new RGBAColorBuilder();
set backgroundColor (RGBAColorBuilder? backgroundColor)

Implementation

set backgroundColor(RGBAColorBuilder? backgroundColor) =>
    _$this._backgroundColor = backgroundColor;