AlhPdfViewCreationParams class

These params are added for the native views.

Constructors

AlhPdfViewCreationParams({required String? filePath, required Uint8List? bytes, required FitPolicy fitPolicy, required bool fitEachPage, required bool enableSwipe, required bool swipeHorizontal, required bool nightMode, required bool autoSpacing, required bool pageFling, required bool pageSnap, required int defaultPage, required double defaultZoomFactor, required Color backgroundColor, required String password, required bool enableDoubleTap, required double minZoom, required double maxZoom, required bool enableDefaultScrollHandle})
const

Properties

autoSpacing bool
final
backgroundColor Color
final
bytes Uint8List?
final
defaultPage int
final
defaultZoomFactor double
final
enableDefaultScrollHandle bool
final
enableDoubleTap bool
final
enableSwipe bool
final
filePath String?
final
fitEachPage bool
final
fitPolicy FitPolicy
final
hashCode int
The hash code for this object.
no setterinherited
maxZoom double
final
minZoom double
final
nightMode bool
final
pageFling bool
final
pageSnap bool
final
password String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
swipeHorizontal bool
final

Methods

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

Operators

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