AlwaysScrollableScrollPhysics constructor

const AlwaysScrollableScrollPhysics({ScrollPhysics parent })

Creates scroll physics that always lets the user scroll.

Implementation

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