CustomScrollPhysicsController constructor

CustomScrollPhysicsController({
  1. bool disableScrollMore = false,
  2. bool disableScrollLess = false,
})

Implementation

CustomScrollPhysicsController({
  this.disableScrollMore = false,
  this.disableScrollLess = false,
});