mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Instead of using mixins and subclasses, we now use a `ScrollPhysics` delegate to customize the scrolling phyics for Android and iOS. This change will make it easier to customize the scroll position for paging.