UikProfile constructor
UikProfile(
- WidgetType _widgetType,
- UikProfileProps _uikProfileProps
Implementation
UikProfile(this._widgetType, this._uikProfileProps)
: super(_widgetType, _uikProfileProps);