FlDragPicture constructor

FlDragPicture({
  1. Key? key,
  2. int maxSelect = 6,
  3. List<String>? picList,
  4. Function? onTapPic,
  5. Function? uploadPic,
  6. Function? lookBigPic,
  7. bool? isCanDrag,
  8. bool? isShowBigPic,
  9. Function? openPic,
  10. bool? isNeedCrop,
  11. bool? isNeedCompress,
  12. dynamic uploadAvatar(
    1. NetSuccessCallback
    )?,
})

Implementation

FlDragPicture(
    {Key? key,
    this.maxSelect = 6,
    this.picList,
    this.onTapPic,
    this.uploadPic,
    this.lookBigPic,
    this.isCanDrag,
    this.isShowBigPic,
    this.openPic,
    this.isNeedCrop,
    this.isNeedCompress,
    this.uploadAvatar})
    : super(key: key);