setStopScroll method

Paginator setStopScroll(
  1. bool isStop
)

Implementation

Paginator setStopScroll(bool isStop){
  this._stopScroll = isStop;
  return this;
}