我正在使用图像轮播包来显示带有滑动选项的容器内的网络图像..但是点击图像导航不是working..using Inkwell,我们可以给容器提供不是针对特定图像的手势……
有没有其他方法可以在容器内使用滑动选项显示网络图像,如图像轮播
代码:
return new Column(children: <Widget>[
new SizedBox(
我正在使用react原生选项卡视图来实现类似于轮播的功能。它似乎工作得很好,但滑动过渡对我来说太快了。如何配置?文档说有一个configureTransition回调,它应该返回转换配置,但没有说明配置是什么以及它应该是什么样子:
configureTransition - optional callback which returns a configuration for
the transition, return null to disable animation
请帮助我了解如何配置过渡速度。