scrollPosition property

  1. @override
int get scrollPosition

The current position (>=0, < scrollLength)

Calling this may cause reflow, and should be done only in a batched domRead block or DomService's layout check.

Implementation

@override
int get scrollPosition => scrollHost.scrollPosition;