Presentation constructor
Presentation({
- EpubLayout? layout,
- PresentationOrientation? orientation,
- PresentationOverflow? overflow,
- PresentationSpread? spread,
- PresentationFit? fit,
- bool? clipped,
- bool? continuous,
Implementation
Presentation({
this.layout,
this.orientation,
this.overflow,
this.spread,
this.fit,
this.clipped,
this.continuous,
});