WidgetNodeSpec constructor
WidgetNodeSpec()
Implementation
WidgetNodeSpec(String id, String? name, String type, this.template, Map props,
Map actions, this.widgets, this.extra)
: super(id, name, type, props, actions: actions);