MyPhotoView constructor

MyPhotoView({
  1. Key? key,
  2. List<String>? imgList,
  3. MxReturn<int>? onPageChange,
})

Implementation

MyPhotoView({Key? key, this.imgList, this.onPageChange}) : super(key: key);