title property

Implementation

UiTextBuilder get title => _$this._title ??= new UiTextBuilder();
void title=(UiTextBuilder? title)

Implementation

set title(UiTextBuilder? title) => _$this._title = title;