颤振|将 expandCenterPage 设置为 true 时出现 Carousel Slider 错误,

问题描述

我使用 carousel_slider: ^2.3.1 包实现了一个图像滑块。一切正常。但是,当我将 Options 上的 enlargeCenterProperty 设置为 true 时,调试器会捕获此错误

enter image description here

CarouselSlider(
                              carouselController: CarouselController(),items: <Widget>[
                                Container(height:100),Container(height:100),],options: CarouselOptions(
                                  //when this line is commented the error vanishes
                                  enlargeCenterPage: true,height: 180.0,enlargeStrategy: CenterPageEnlargeStrategy.scale,aspectRatio: 16 / 9,autoplayCurve: Curves.fastOutSlowIn,enableInfiniteScroll: true,autoplayAnimationDuration:
                                      Duration(milliseconds: 800),viewportFraction: 0.8,initialPage: 0,autoplay: true),)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)