FixedExtentScrollPhysics constructor

const FixedExtentScrollPhysics({
  1. ScrollPhysics? parent,
})

Creates a scroll physics that always lands on items.

Implementation

const FixedExtentScrollPhysics({ super.parent });