peng8350 / flutter_pulltorefresh

a widget provided to the flutter scroll component drop-down refresh and pull up load.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

当页面没有导航栏的时候,下拉刷新的指示器被安全区域遮挡了

Huuuuuub opened this issue · comments

我的页面设置了SafeArea(top: false, ...)。 然后再使用SmartRefresher进行下拉刷新的时候,被安全区域遮挡了,请问怎么处理?