赵雯欣
Results
1
comments of
赵雯欣
Widget _widgetPlanList() { final controller = new SwiperController(); return Swiper( controller: controller, // index: _swiperIndex, itemBuilder: _swiperBuilder, itemCount: menuList.length, itemWidth: ScreenUtil().setHeight(750), itemHeight: ScreenUtil().setHeight(1040), scrollDirection: Axis.horizontal, onTap: (index) { print('onTap点击了第$index个'); },...