ContentTemplateBody constructor
ContentTemplateBody({
- ContentBody? view,
- ContentBody? exportView,
- ContentBody? styledView,
- ContentBody? storage,
- ContentBody? editor,
- ContentBody? editor2,
- ContentBody? wiki,
- ContentBody? atlasDocFormat,
- ContentBody? anonymousExportView,
Implementation
ContentTemplateBody(
{this.view,
this.exportView,
this.styledView,
this.storage,
this.editor,
this.editor2,
this.wiki,
this.atlasDocFormat,
this.anonymousExportView});