BouncingScrollPhysics constructor Null safety

const BouncingScrollPhysics(
  1. {ScrollPhysics? parent}
)

Creates scroll physics that bounce back from the edge.

Implementation

const BouncingScrollPhysics({ super.parent });