menu
seo package
documentation
head_tag.dart
LinkTag
LinkTag const constructor
LinkTag const constructor
dark_mode
light_mode
LinkTag
constructor
const
LinkTag
(
{
String
?
title
,
String
?
rel
,
String
?
type
,
String
?
hreflang
,
String
?
href
,
String
?
media
,
})
Implementation
const LinkTag({ this.title, this.rel, this.type, this.hreflang, this.href, this.media, });
seo package
documentation
head_tag
LinkTag
LinkTag const constructor
LinkTag class