scroll abstract method

void scroll(
  1. double? pixels, {
  2. bool animate = true,
})

Implementation

void scroll(double? pixels, {bool animate = true});