createScrollPhysics method

ScrollPhysics createScrollPhysics({
  1. ScrollPhysics? parent,
})

Implementation

ScrollPhysics createScrollPhysics({ScrollPhysics? parent}) =>
    _PullToRefreshDefaultScrollPhysics(parent: parent, controller: this);