PdfViewPinchBuilders<T> class
Constructors
-
PdfViewPinchBuilders({required T options, PdfViewPinchBuilder<
T> builder = _PdfViewPinchState._builder, WidgetBuilder? documentLoaderBuilder, WidgetBuilder? pageLoaderBuilder, Widget errorBuilder(BuildContext, Exception error)?}) -
const
Properties
-
builder
→ PdfViewPinchBuilder<
T> -
Root view builder
final
- documentLoaderBuilder → WidgetBuilder?
-
Widget showing when pdf document loading
final
- errorBuilder → Widget Function(BuildContext, Exception error)?
-
Show document loading error message inside PdfView
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- options → T
-
Additional options for builder
final
- pageLoaderBuilder → WidgetBuilder?
-
Widget showing when pdf page loading
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited