BouncingScrollPhysics constructor
- ScrollDecelerationRate decelerationRate = ScrollDecelerationRate.normal,
- ScrollPhysics? parent,
Creates scroll physics that bounce back from the edge.
Implementation
const BouncingScrollPhysics({
this.decelerationRate = ScrollDecelerationRate.normal,
super.parent,
});