WidgetInfo constructor

WidgetInfo(
  1. String name,
  2. String? title,
  3. String? guide,
  4. String template,
  5. Map<String, dynamic>? options,
)

Implementation

WidgetInfo(this.name, this.title, this.guide, this.template, this.options);