EpubDisplaySettings constructor

EpubDisplaySettings({
  1. int fontSize = 15,
  2. EpubSpread spread = EpubSpread.auto,
  3. EpubFlow flow = EpubFlow.scrolled,
  4. bool allowScriptedContent = false,
  5. EpubDefaultDirection? defaultDirection,
  6. bool snap = false,
  7. EpubManager manager = EpubManager.continuous,
})

Implementation

EpubDisplaySettings({
  this.fontSize = 15,
  this.spread = EpubSpread.auto,
  this.flow = EpubFlow.scrolled,
  this.allowScriptedContent = false,
  this.defaultDirection,
  this.snap = false,
  this.manager = EpubManager.continuous,
});