CustomPageViewScrollPhysics constructor
const
CustomPageViewScrollPhysics({
- ScrollPhysics? parent,
Implementation
const CustomPageViewScrollPhysics({ScrollPhysics? parent})
: super(parent: parent);