UikCard constructor

UikCard(
  1. WidgetType _widgetType,
  2. UikCardProps _uikCardProps
)

Implementation

UikCard(this._widgetType, this._uikCardProps)
    : super(_widgetType, _uikCardProps);