void scrollBy(double x, double y, [bool withAnimation = false]) { _scrollBy(dx: x, dy: y, withAnimation: withAnimation); }