scrollableMax property

Offset scrollableMax

Get the maximum scrollable offset in the PdfViewer.

Implementation

Offset get scrollableMax =>
    Offset(getScrollableMaxX(zoomRatio), getScrollableMaxY(zoomRatio));