DocumentSectionView constructor

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

Implementation

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