UikCard constructor
UikCard(
- WidgetType _widgetType,
- UikCardProps _uikCardProps
Implementation
UikCard(this._widgetType, this._uikCardProps)
: super(_widgetType, _uikCardProps);