scrollTo abstract method

void scrollTo(
  1. double dy, {
  2. Duration duration,
})

Scrolls to the specified position.

This function will filter illegal values. Only within the range of minScrollExtent and maxScrollExtent are legal values.

Implementation

void scrollTo(
  double dy, {
  Duration duration,
});