Customizations constructor
Customizations({
- required List<
TagHandler> customComponents, - Widget headerBuilder()?,
- bool? hideHeader,
- Widget containerBuilder(
- BuildContext context,
- Widget pageContent
- StyledTypography? typography,
- ListMarker? listMarker,
Implementation
Customizations({
required this.customComponents,
super.headerBuilder,
super.footerBuilder,
super.hideFooter,
super.hideHeader,
super.containerBuilder,
super.typography,
super.listMarker,
});