In Android Flutter will add a GlowingOverscrollIndicator
as a ScrollBehavior
, I would like to know what's the name of the iOS ScrollBehavior
that Flutter uses, as I can't find it on the repo and I would like to force it on both Android and iOS.
iOS scroll behavior set :
physics: BouncingScrollPhysics(),
Android scroll behavior set :
physics: ClampingScrollPhysics(),
depends on platform default scroll behavior set :
physics: AlwaysScrollableScrollPhysics(),
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With