SeoImage constructor
const
SeoImage({})
Implementation
const SeoImage({
super.key,
required this.src,
required this.alt,
this.width,
this.height,
this.fit,
this.alignment = Alignment.center,
this.placeholder,
this.errorWidget,
this.headers,
});