ClampingScrollPhysics constructor

const ClampingScrollPhysics(
  1. {ScrollPhysics? parent}
)

Creates scroll physics that prevent the scroll offset from exceeding the bounds of the content.

Implementation

const ClampingScrollPhysics({ super.parent });