scrollBottom method

dynamic scrollBottom(
  1. double bottom
)

从当前滑动到距离底部bottom的位置

Implementation

scrollBottom(double bottom) {
  _control.scrollBottom(bottom);
}