PageScrollPhysics constructor

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

Creates physics for a PreloadPageView.

Implementation

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