SeoLink constructor
const
SeoLink({})
Implementation
const SeoLink({
super.key,
required this.href,
required this.child,
this.anchor,
this.onTap,
this.external = false,
this.rel,
});
const SeoLink({
super.key,
required this.href,
required this.child,
this.anchor,
this.onTap,
this.external = false,
this.rel,
});