ImageView constructor
const
ImageView({})
Implementation
const ImageView(
{super.key,
required this.url,
this.fadeOutDuration = const Duration(milliseconds: 950),
this.style = const ImageStyle(),
this.thumbHash,
this.blurHash,
this.cacheKey});