If I have a PageView
, how can I disable the default scroll behavior (swiping) and make it such that the next item is scrolled into view by tapping on a button instead?
To disable swiping you can set:
PageView(physics: const NeverScrollableScrollPhysics())