ClampingScrollPhysics constructor
Creates scroll physics that prevent the scroll offset from exceeding the bounds of the content..
Implementation
const ClampingScrollPhysics({ ScrollPhysics parent }) : super(parent: parent);
Creates scroll physics that prevent the scroll offset from exceeding the bounds of the content..
const ClampingScrollPhysics({ ScrollPhysics parent }) : super(parent: parent);