CPDFGlobalConfig constructor

const CPDFGlobalConfig({
  1. CPDFThemeMode themeMode = CPDFThemeMode.system,
  2. bool fileSaveExtraFontSubset = true,
})

Implementation

const CPDFGlobalConfig(
    {this.themeMode = CPDFThemeMode.system,
    this.fileSaveExtraFontSubset = true});