ComponentDetailPage constructor
- Key? key,
- ComponentTemplate? component,
- bool isNewComponent = false,
Implementation
const ComponentDetailPage({
super.key,
this.component,
this.isNewComponent = false,
});
const ComponentDetailPage({
super.key,
this.component,
this.isNewComponent = false,
});