FixedExtentScrollPhysics constructor

const FixedExtentScrollPhysics({ScrollPhysics parent })

Creates a scroll physics that always lands on items.

Implementation

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