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