ImagePreview constructor
const
ImagePreview({
- Key? key,
- required MediaProvider mediaProvider,
- BoxFit fit = BoxFit.cover,
- double? width,
- double? height,
Implementation
const ImagePreview(
{Key? key,
required this.mediaProvider,
this.fit = BoxFit.cover,
this.width,
this.height})
: super(key: key);