NeverScrollableScrollPhysics constructor

const NeverScrollableScrollPhysics({ScrollPhysics parent })

Creates scroll physics that does not let the user scroll.

Implementation

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