backgroundColor property

RGBAColorBuilder backgroundColor

Implementation

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

Implementation

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