BouncingScrollPhysics constructor
Creates scroll physics that bounce back from the edge.
Implementation
const BouncingScrollPhysics({ ScrollPhysics parent }) : super(parent: parent);
Creates scroll physics that bounce back from the edge.
const BouncingScrollPhysics({ ScrollPhysics parent }) : super(parent: parent);