CustomBouncingScrollPhysics constructor

const CustomBouncingScrollPhysics({
  1. ScrollPhysics? parent,
})

Implementation

const CustomBouncingScrollPhysics({
  super.parent,
});