UikProfile constructor

UikProfile(
  1. WidgetType _widgetType,
  2. UikProfileProps _uikProfileProps
)

Implementation

UikProfile(this._widgetType, this._uikProfileProps)
    : super(_widgetType, _uikProfileProps);