ContentTemplateBody constructor

ContentTemplateBody({
  1. ContentBody? view,
  2. ContentBody? exportView,
  3. ContentBody? styledView,
  4. ContentBody? storage,
  5. ContentBody? editor,
  6. ContentBody? editor2,
  7. ContentBody? wiki,
  8. ContentBody? atlasDocFormat,
  9. ContentBody? anonymousExportView,
})

Implementation

ContentTemplateBody(
    {this.view,
    this.exportView,
    this.styledView,
    this.storage,
    this.editor,
    this.editor2,
    this.wiki,
    this.atlasDocFormat,
    this.anonymousExportView});