CircleFixedExtentScrollPhysics constructor

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

Creates a scroll physics that always lands on items.

Implementation

const CircleFixedExtentScrollPhysics({ScrollPhysics? parent})
    : super(parent: parent);