CloudImage constructor
const
CloudImage({
- Key? key,
- required CloudMediaItem media,
- double? width,
- double? height,
- BoxFit fit = BoxFit.cover,
- bool enableZoom = false,
- VoidCallback? onTap,
Implementation
const CloudImage({
super.key,
required this.media,
this.width,
this.height,
this.fit = BoxFit.cover,
this.enableZoom = false,
this.onTap,
});