PdfViewerSource class
Constructors
- PdfViewerSource.asset(String? assetPath)
- PdfViewerSource.file(File? file)
- PdfViewerSource.memory(Uint8List? bytes)
- PdfViewerSource.network(String? url)
Properties
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