state property
double
get
state
the current fraction scroll position. It's between 0 (min) and 1 (max position)
Implementation
double get state => snapState.state;
set
state
(double s)
Implementation
set state(double s);