setScrollBottomRight method

dynamic setScrollBottomRight(
  1. dynamic scrollBottomRight(
    1. double bottom,
    2. double right
    )
)

Implementation

setScrollBottomRight(
    Function(double bottom, double right) scrollBottomRight) {
  _scrollBottomRight = scrollBottomRight;
}