getScrollInfo method

ScrollInfo getScrollInfo()

Get a ScrollInfo object that represents the current scroll position, the size of the scrollable area, and the size of the visible area (minus scrollbars).

Implementation

ScrollInfo getScrollInfo() => ScrollInfo(call('getScrollInfo'));