void scrollTo(double x, double y, [bool withAnimation = false]) { _scrollTo(x: x, y: y, withAnimation: withAnimation); }