UXPWidgetFull constructor

UXPWidgetFull(
  1. String? name,
  2. String? id,
  3. String? sourceUrl,
  4. String? key,
  5. bool? isTemplate,
  6. String? templateType,
  7. String? templateId,
  8. String? templateKey,
  9. bool? isDefaultTemplate,
  10. UXPProps? props,
)

Implementation

UXPWidgetFull(
    this.name,
    this.id,
    this.sourceUrl,
    this.key,
    this.isTemplate,
    this.templateType,
    this.templateId,
    this.templateKey,
    this.isDefaultTemplate,
    this.props);