menu
seo package
documentation
html/seo_controller.dart
SeoController
SeoController const constructor
SeoController const constructor
dark_mode
light_mode
SeoController
constructor
const
SeoController
(
{
Key
?
key
,
bool
enabled
=
true
,
required
SeoTree
tree
,
required
Widget
child
,
})
Implementation
const SeoController({ super.key, this.enabled = true, required this.tree, required this.child, });
seo package
documentation
html/seo_controller
SeoController
SeoController const constructor
SeoController class