state property

double state

the current fraction scroll position. It's between 0 (min) and 1 (max position)

Implementation

double get state => snapState.state;
void state=(double s)

Implementation

set state(double s);