我想判断数据是否是全屏的,我试图调用scroller.position.pixels >= scroller.postion.maxScrollExtent
但得到一个异常scroller not attached!
,所以我添加了一个Future.delay
但都得到了0.0
值scroller.position.pixels
和scroller.postion.maxScrollExtent
。当我调用setState()
时,如果有空白空间,我想调用我的loadMore
函数!我该怎么办?