scrollBottom method

dynamic scrollBottom(
  1. double bottom
)

Implementation

scrollBottom(double bottom) {
  _scrollBottom?.call(bottom);
}