scrollBottomLeft method

dynamic scrollBottomLeft(
  1. double bottom,
  2. double left
)

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

Implementation

scrollBottomLeft(double bottom, double left) {
  _control.scrollBottomLeft(bottom, left);
}