ClampingScrollPhysics constructor

const ClampingScrollPhysics({ScrollPhysics parent })

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

Implementation

const ClampingScrollPhysics({ ScrollPhysics parent }) : super(parent: parent);