CachedImageWidget constructor
      const
      CachedImageWidget({})
     
    
    
Implementation
const CachedImageWidget({
  super.key,
  required this.url,
  this.borderRadius,
  this.alignment = Alignment.topLeft,
  this.fit,
  this.shape,
  this.width,
  this.height,
});