scrollProgress property

double get scrollProgress

The scroll progress as a value between 0.0 and 1.0.

Implementation

double get scrollProgress;
set scrollProgress (double value)

Sets the scroll progress (0.0 to 1.0) instantly.

Implementation

set scrollProgress(double value);