CustomImage constructor
const
CustomImage({})
Implementation
const CustomImage(
{super.key,
required this.image,
this.color,
this.height,
this.width,
this.fit,
this.alignment,
this.alt,
this.headers,
this.isSvg});