EpubDisplaySettings constructor

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

Implementation

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