UikNotificationContainer constructor

UikNotificationContainer(
  1. WidgetType _widgetType,
  2. UikNotificationContainerProps _uikNotificationContainerProps
)

Implementation

UikNotificationContainer(
    this._widgetType, this._uikNotificationContainerProps)
    : super(_widgetType, _uikNotificationContainerProps);