DocTheme constructor
const
DocTheme({})
Implementation
const DocTheme({
this.accentColor = const PdfColor.fromInt(0xFF00E5CC),
this.accentDark = const PdfColor.fromInt(0xFF009E8E),
this.brandName = 'Open Neom',
this.brandVersion = 'v1.0',
this.footerLeft = 'Open Neom',
this.footerCenter = 'Generated with neom_docs — Open Neom',
});