jjzjj

defaultDelay

全部标签

android - flutter - 如何延迟到ListView,所以项目一个一个显示

我有一个ListView,其中包含通过StreamBuilder生成的动态项目。目前,这些项目像普通的ListView一样同时显示。但是,我想让ListView的项目一个一个地延迟显示。有可能吗?StreamBuilder(stream:greetingBloc.list,builder:(BuildContextcontext,AsyncSnapshot>snapshot){if(snapshot.hasData){returnListView.builder(shrinkWrap:true,physics:constNeverScrollableScrollPhysics(),it

android - flutter - 如何延迟到ListView,所以项目一个一个显示

我有一个ListView,其中包含通过StreamBuilder生成的动态项目。目前,这些项目像普通的ListView一样同时显示。但是,我想让ListView的项目一个一个地延迟显示。有可能吗?StreamBuilder(stream:greetingBloc.list,builder:(BuildContextcontext,AsyncSnapshot>snapshot){if(snapshot.hasData){returnListView.builder(shrinkWrap:true,physics:constNeverScrollableScrollPhysics(),it