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