scrollBottomLeft method

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

Implementation

scrollBottomLeft(double bottom, double left) {
  _scrollBottomLeft?.call(bottom, left);
}