DocumentSectionView constructor
DocumentSectionView({
- DocumentItemConfiguration<
DocumentItem> ? configuration, - LayoutConfiguration<
ContentItem> ? layout,
Implementation
DocumentSectionView({
this.configuration,
super.layout,
}) : super(schemaType: schemaName);