setScrollBottom method

dynamic setScrollBottom(
  1. dynamic scrollBottom(
    1. double bottom
    )
)

Implementation

setScrollBottom(Function(double bottom) scrollBottom) {
  _scrollBottom = scrollBottom;
}