MultiImageView constructor

const MultiImageView({
  1. Key? key,
  2. MultiImageController? controller,
  3. dynamic onImageSelect(
    1. ImageModel
    )?,
  4. double? itemSpacing,
  5. ImageSourceType? imageSource,
})

Implementation

const MultiImageView({Key? key,  this.controller,this.onImageSelect,this.itemSpacing,this.imageSource}) : super(key: key);