BouncingScrollPhysics constructor

const BouncingScrollPhysics({ScrollPhysics parent })

Creates scroll physics that bounce back from the edge.

Implementation

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