handleScroll method

void handleScroll(
  1. double scrollDelta
)

A scroll/wheel notch; scrollDelta follows the platform sign (positive scrolling down/away).

Implementation

void handleScroll(double scrollDelta) {}