WidgetView constructor

WidgetView(
  1. Widget widget,
  2. Map? properties
)

Implementation

WidgetView(this.widget, this.properties);