SeoSizedBox constructor
Creates a SeoSizedBox that works like a normal SizedBox
but also outputs an HTML <div> for SEO.
Implementation
const SeoSizedBox({
super.key,
this.child,
this.width,
this.height,
this.onTap,
});
Creates a SeoSizedBox that works like a normal SizedBox
but also outputs an HTML <div> for SEO.
const SeoSizedBox({
super.key,
this.child,
this.width,
this.height,
this.onTap,
});