scrollRight method

dynamic scrollRight(
  1. double right
)

Implementation

scrollRight(double right) {
  _scrollRight?.call(right);
}