rate property

double get rate

Implementation

double get rate {
  return (scrollPosition / (scrollSize)).clamp(0, 1);
}