menu
seo package
documentation
html/seo_widget.dart
Seo
Seo.html constructor
Seo.html constructor
dark_mode
light_mode
Seo.html
constructor
Seo.html
(
{
Key
?
key
,
required
String
html
,
required
Widget
child
,
})
Implementation
Seo.html({ super.key, required String html, required this.child, }) : tag = HtmlTag(html: html);
seo package
documentation
html/seo_widget
Seo
Seo.html constructor
Seo class