DocumentSectionView constructor

DocumentSectionView({
  1. DocumentItemConfiguration<DocumentItem>? configuration,
  2. LayoutConfiguration<ContentItem>? layout,
  3. List<ContentModifierConfiguration>? modifiers,
})

Implementation

DocumentSectionView({
  this.configuration,
  super.layout,
  super.modifiers,
}) : super(schemaType: schemaName);