controller property

PdfViewerController? controller

The PdfViewerController to use.

Implementation

PdfViewerController? get controller =>
    _controller.isReady ? _controller : null;