text property

Implementation

UiTextBuilder get text => _$this._text ??= new UiTextBuilder();
void text=(UiTextBuilder? text)

Implementation

set text(UiTextBuilder? text) => _$this._text = text;