startTop property

int startTop
getter/setter pair

Where the top of the div lives, relative to the 'anchor' row. The idea is that scrollTop + _startTop gives you the position in pixels relative to a known point in the data set (in this case, 0).

Implementation

late int startTop;