scrollBottomRight method

dynamic scrollBottomRight(
  1. double bottom,
  2. double right
)

从当前滑动到距离底部bottom和右边right的位置

Implementation

scrollBottomRight(double bottom, double right) {
  _control.scrollBottomRight(bottom, right);
}