scrollTop method

dynamic scrollTop(
  1. double top
)

Implementation

scrollTop(double top) {
  _scrollTop?.call(top);
}