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