FXGalleryImage constructor

FXGalleryImage({
  1. required String imagePath,
  2. String description = '',
  3. FXGalleryImageType imageType = FXGalleryImageType.network,
})

Implementation

FXGalleryImage({
  required this.imagePath,
  this.description = '',
  this.imageType = FXGalleryImageType.network,
});