PDFViewerController class

Controller for the PDFViewer

Constructors

PDFViewerController.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCurrentPage() Future<int?>
Gets the current page number
getPageCount() Future<int?>
Gets the total number of pages
jumpToFirst() Future<bool?>
Jump to the first page
jumpToLast() Future<bool?>
Jump to the last page
nextPage() Future<bool?>
Navigate to the next page
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
previousPage() Future<bool?>
Navigate to the previous page
setController(PDFViewController controller) → void
Sets the PDFViewController instance
setPage(int page) Future<bool?>
Jumps to the specified page
toString() String
A string representation of this object.
inherited

Operators

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