menu
techs_html_bindings
elements.dart
Element
Element.new constructor
Element.new
dark_mode
light_mode
Element
constructor
Element
(
{
required
Iterable
<
Element
>
children
,
String
?
id
,
Iterable
<
String
>
?
classes
,
Iterable
<
String
>
?
inlineStyles
,
})
Implementation
Element({ required this.children, this.id, this.classes, this.inlineStyles, });
techs_html_bindings
elements
Element
Element.new constructor
Element class