UikCell constructor

UikCell(
  1. WidgetType _widgetType,
  2. UikCellProps _uikCellProps
)

Implementation

UikCell(this._widgetType, this._uikCellProps)
    : super(_widgetType, _uikCellProps);