scrollOffset property
Offset
get
scrollOffset
The current scroll offset of the SfPdfViewer widget.
Implementation
Offset get scrollOffset => Offset(_scrollPositionX, _scrollPositionY);
The current scroll offset of the SfPdfViewer widget.
Offset get scrollOffset => Offset(_scrollPositionX, _scrollPositionY);