UikListView constructor

UikListView(
  1. WidgetType _widgetType,
  2. UikListViewProps _uikContainerListProps
)

Implementation

UikListView(this._widgetType, this._uikContainerListProps)
    : super(_widgetType, _uikContainerListProps);