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