ContentImage constructor
const
ContentImage({})
Implementation
const ContentImage({
super.key,
this.url,
this.width,
this.height,
this.ref,
this.fit = BoxFit.cover,
this.format,
this.color,
this.colorBlendMode,
this.alignment = Alignment.center,
});