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