PdfViewerSource class

Properties

assetPath String?
final
bytes Uint8List?
final
file File?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toSfPdfViewer({required PdfViewerController controller, int initialPageNumber = 1, double initialZoomLevel = 1.0, double maxZoomLevel = 3.0, PdfScrollDirection scrollDirection = PdfScrollDirection.vertical, bool enableAnnotation = true, bool enableTextSelection = true, void onPageChanged(PdfPageChangedDetails)?, void onDocumentLoaded(PdfDocumentLoadedDetails)?, void onDocumentLoadFailed(PdfDocumentLoadFailedDetails)?}) Widget
toString() String
A string representation of this object.
inherited

Operators

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