BouncingSheetPhysics constructor
const
BouncingSheetPhysics({
- ScrollPhysics? parent,
- bool overflowViewport = false,
Creates sheet physics that bounce back from the edge.
Implementation
const BouncingSheetPhysics({
super.parent,
this.overflowViewport = false,
});