menu
bolt_ui_kit package
documentation
widgets/pdf_viewer/pdf_controller.dart
PDFViewerController
jumpToFirst method
jumpToFirst method
dark_mode
light_mode
jumpToFirst
method
Future
<
bool
?
>
jumpToFirst
(
)
Jump to the first page
Implementation
Future<bool?> jumpToFirst() async { return setPage(0); }
bolt_ui_kit package
documentation
widgets/pdf_viewer/pdf_controller
PDFViewerController
jumpToFirst method
PDFViewerController class