class ScrollRange { ScrollRange(this.top, this.bottom); final int top; final int bottom; }