xuelongqy / flutter_easy_refresh

A flutter widget that provides pull-down refresh and pull-up load.
https://xuelongqy.github.io/flutter_easy_refresh/
MIT License
3.85k stars 630 forks source link

Is there a way to use only onLoad without applying the bouncing effect at the top? #702

Closed limdp99 closed 1 year ago

limdp99 commented 1 year ago

If you set onRefresh to null, refresh will not work but the bouncing effect at the top will still be applied. Is there a way to use only onLoad without applying the bouncing effect at the top?

xuelongqy commented 1 year ago

try maxOverOffset = 0