Last updated:
0 purchases
flutter drag scale widget
flutterdragscalewidget #
对子Widget的拖动、缩放、旋转
ImageShowPageView(
//图片数据
imageList: _imageList,
//图片的类型
imageShowType: ImageShowType.NET,
//图片的填充方式
boxFit: BoxFit.contain,
//使用缓存
useCache:true,
onPageChanged: (int index) {
//滑动回调
},
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.