updateScroll method

dynamic updateScroll(
  1. bool scroll
)

Implementation

updateScroll(bool scroll) {
  _setScrolling(scroll);
}