UikProductCard constructor

UikProductCard(
  1. WidgetType _widgetType,
  2. UikProductCardProps _uikProductCardProps
)

Implementation

UikProductCard(this._widgetType, this._uikProductCardProps)
    : super(_widgetType, _uikProductCardProps);