foregroundColor property

RGBAColorBuilder foregroundColor

Implementation

RGBAColorBuilder get foregroundColor =>
    _$this._foregroundColor ??= new RGBAColorBuilder();
void foregroundColor=(RGBAColorBuilder? foregroundColor)

Implementation

set foregroundColor(RGBAColorBuilder? foregroundColor) =>
    _$this._foregroundColor = foregroundColor;