scrollOffset property

Offset scrollOffset

The current scroll offset of the SfPdfViewer widget.

Implementation

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