How can I customize the physics property of PageView to have for example a ClampingScrollPhysics for the first page (edge overflow) and a BouncingScrollPhysics for the last page?
(My use case is to load pages on demand when scrolling the last page.)
I tested this very little, so make sure you test it properly.
Code (see comments):
Usage: