scrollRight method

dynamic scrollRight(
  1. double right
)

从当前滑动到距离右边right的位置

Implementation

scrollRight(double right) {
  _control.scrollRight(right);
}