UIText constructor
UIText({})
Implementation
UIText({
this.elementId = 0,
this.labels = const [],
this.styleId = '',
this.text = '',
this.type_ = UITextType.normal,
this.color = UIColor.default_,
});