PageScrollPhysics constructor

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

Creates physics for a PreloadPageView.

Implementation

const PageScrollPhysics({super.parent});