scrollBy abstract method

Future<void> scrollBy(
  1. int x,
  2. int y
)

Scrolls by x on X axis and by y on Y axis

Implementation

Future<void> scrollBy(int x, int y);