EpubConfig constructor
user, info and key parameters are used to activated SDK license.
Implementation
const EpubConfig({
required this.user,
required this.info,
required this.key,
required this.dpi,
this.masterCss,
this.fontsPackagePath,
});