scrollBy method

void scrollBy(
  1. double x,
  2. double y
)

Implementation

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