menu
techs_html_bindings
elements.dart
Head
Head.new constructor
Head.new
dark_mode
light_mode
Head
constructor
Head
(
{
required
String
title
,
Iterable
<
Meta
>
?
metas
,
Iterable
<
Link
>
?
links
,
Iterable
<
Style
>
?
styles
,
})
Implementation
Head({ required this.title, this.metas, this.links, this.styles, }) : super(children: []);
techs_html_bindings
elements
Head
Head.new constructor
Head class