UikCell constructor
UikCell(
- WidgetType _widgetType,
- UikCellProps _uikCellProps
Implementation
UikCell(this._widgetType, this._uikCellProps)
: super(_widgetType, _uikCellProps);