scrollLeft method

dynamic scrollLeft(
  1. double left
)

Implementation

scrollLeft(double left) {
  _scrollLeft?.call(left);
}