scrollTop method

dynamic scrollTop(
  1. double top
)

从当前滑动到距离顶部top的位置

Implementation

scrollTop(double top) {
  _control.scrollTop(top);
}