Presentation constructor

Presentation({
  1. EpubLayout? layout,
  2. PresentationOrientation? orientation,
  3. PresentationOverflow? overflow,
  4. PresentationSpread? spread,
  5. PresentationFit? fit,
  6. bool? clipped,
  7. bool? continuous,
})

Implementation

Presentation({
  this.layout,
  this.orientation,
  this.overflow,
  this.spread,
  this.fit,
  this.clipped,
  this.continuous,
});