Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 iOS 上,即使那里没有项目,用户也可以向右或向左滑动,它会反弹,但用户仍然可以看到白屏的一部分。有没有办法防止这种情况发生?
这与您的小部件使用的物理特性有关。在您的 PageView 上试试这个:
physics: BouncingScrollPhysics(),