EditorWidget constructor
EditorWidget({
- bool abstract = false,
- String? baseType = widget,
- Map<
String, EditorWidgetType> ? widgets, - Map<
String, EditorActionType> ? actions, - Map<
String, EditorPropertyType> ? properties, - List<
String> ? tags,
Implementation
EditorWidget({
super.abstract = false,
super.baseType = widget,
this.widgets,
this.actions,
super.properties,
this.tags,
});