CustomPageViewScrollPhysics constructor

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

Implementation

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