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