EpubDisplaySettings class

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Constructors

EpubDisplaySettings({int fontSize = 15, EpubSpread spread = EpubSpread.auto, EpubFlow flow = EpubFlow.scrolled, bool allowScriptedContent = false, EpubDefaultDirection? defaultDirection, bool snap = false, EpubManager manager = EpubManager.continuous})
EpubDisplaySettings.fromJson(Map<String, dynamic> json)
factory

Properties

allowScriptedContent bool
getter/setter pair
defaultDirection EpubDefaultDirection?
getter/setter pair
flow EpubFlow
getter/setter pair
fontSize int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
manager EpubManager
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snap bool
Enables swipe between pages
getter/setter pair
spread EpubSpread
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited