EpubDisplaySettings constructor
EpubDisplaySettings({
- int fontSize = 15,
- EpubSpread spread = EpubSpread.auto,
- EpubFlow flow = EpubFlow.scrolled,
- bool allowScriptedContent = false,
- EpubDefaultDirection defaultDirection = EpubDefaultDirection.ltr,
- bool snap = false,
- EpubManager manager = EpubManager.continuous,
Implementation
EpubDisplaySettings({
this.fontSize = 15,
this.spread = EpubSpread.auto,
this.flow = EpubFlow.scrolled,
this.allowScriptedContent = false,
this.defaultDirection = EpubDefaultDirection.ltr,
this.snap = false,
this.manager = EpubManager.continuous,
});