PdfViewController class

Constructors

PdfViewController({ValueChanged<String>? onUriPressed})

Properties

hashCode int
The hash code for this object.
no setterinherited
initialized bool
no setter
numberOfPages int?
no setter
onUriPressed ValueChanged<String>?
final
pagePosition ValueNotifier<PagePosition?>
final
rendered bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPagePosition(PagePosition? position) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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