Non-center alignment for PageView with viewportFraction < 1.0
问题 When you create a PageView with a viewportFraction value of <1.0 for the PageController, the pages are snapped to the center of the viewport, like so: I want the current pages to be snapped to the top of the viewport, while the next page is rendered under the bottom bar. I've tried applying a transform to each page: Transform.translate(offset: Offset(0.0, -36.0), child: page) This appears to work at first glance (see first image), but fails to render the next page when it would be hidden