UikText constructor

UikText(
  1. WidgetType _widgetType,
  2. UikTextProps _uikTextProps
)

Implementation

UikText(this._widgetType, this._uikTextProps)
    : super(_widgetType, _uikTextProps);