Template.preview constructor

Template.preview(
  1. String code,
  2. String name,
  3. TemplateWidgetType widgetType,
  4. dynamic value, {
  5. bool editable = false,
})

Implementation

Template.preview(this.code, this.name, this.widgetType, this.value, {this.editable = false});