EpubDisplaySettings class
- Annotations
-
- @JsonSerializable(explicitToJson: true, includeIfNull: false)
Constructors
- EpubDisplaySettings({int fontSize = 15, EpubSpread spread = EpubSpread.auto, EpubFlow flow = EpubFlow.paginated, bool allowScriptedContent = false, EpubDefaultDirection defaultDirection = EpubDefaultDirection.ltr, bool snap = true, bool useSnapAnimationAndroid = 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
- useSnapAnimationAndroid → bool
-
Uses animation between page snapping when snap is true.
Warning: Using this animation will break
onRelocated
callbackfinal
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