maxScrollY property
double
get
maxScrollY
Maximum vertical scroll offset in pixels.
Implementation
double get maxScrollY {
return max(0.0, contentSize.height - viewportSize.height);
}
Maximum vertical scroll offset in pixels.
double get maxScrollY {
return max(0.0, contentSize.height - viewportSize.height);
}