WidgetNodeSpec constructor

WidgetNodeSpec(
  1. String id,
  2. String? name,
  3. String type,
  4. String? template,
  5. Map props,
  6. Map actions,
  7. Map widgets,
  8. Map extra,
)

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);