ImageContentView constructor
const
ImageContentView({})
Implementation
const ImageContentView({
Key? key,
required this.imageLoader,
required this.fit,
required this.currentFrame,
this.loadingWidget,
this.errorWidget,
}) : super(key: key);