UikImage constructor

UikImage(
  1. WidgetType _widgetType,
  2. UikImageProps _uikImageProps
)

Implementation

UikImage(this._widgetType, this._uikImageProps)
    : super(_widgetType, _uikImageProps);