setScrollBottomLeft method

dynamic setScrollBottomLeft(
  1. dynamic scrollBottomLeft(
    1. double bottom,
    2. double left
    )
)

Implementation

setScrollBottomLeft(Function(double bottom, double left) scrollBottomLeft) {
  _scrollBottomLeft = scrollBottomLeft;
}