menu
s_packages package
documentation
s_universal_html/src/_sdk/html.dart
TableSectionElement
addRow method
addRow method
dark_mode
light_mode
addRow
method
TableRowElement
addRow
(
)
Implementation
TableRowElement addRow() { final row = TableRowElement(); append(row); return row; }
s_packages package
documentation
s_universal_html/src/_sdk/html
TableSectionElement
addRow method
TableSectionElement class