BouncingSheetPhysics constructor

const BouncingSheetPhysics({
  1. ScrollPhysics? parent,
  2. bool overflowViewport = false,
})

Creates sheet physics that bounce back from the edge.

Implementation

const BouncingSheetPhysics({
  super.parent,
  this.overflowViewport = false,
});