scrollOffset property

Offset get scrollOffset

The current scroll offset of the SfPdfViewer widget.

Implementation

Offset get scrollOffset => Offset(_scrollPositionX, _scrollPositionY);