setScroll method

void setScroll(
  1. num scroll
)

Implementation

void setScroll(num scroll) {
  _scroll = scroll;
}