ContentPage constructor
const
ContentPage({
- required ContentDocument document,
- Component layoutBuilder(
- BuildContext,
- ContentDocument,
- List<
Component>
- bool showToc = true,
- String? contentClasses,
Implementation
const ContentPage({
required this.document,
this.layoutBuilder,
this.showToc = true,
this.contentClasses,
});