setScrollRight method

dynamic setScrollRight(
  1. dynamic scrollRight(
    1. double right
    )
)

Implementation

setScrollRight(Function(double right) scrollRight) {
  _scrollRight = scrollRight;
}