RangeMaintainingScrollPhysics constructor

const RangeMaintainingScrollPhysics(
  1. {ScrollPhysics? parent}
)

Creates scroll physics that maintain the scroll position in range.

Implementation

const RangeMaintainingScrollPhysics({ super.parent });