menu
webapp package
documentation
wa_htmler.dart
Tag
addChild method
addChild method
dark_mode
light_mode
addChild
method
Tag
addChild
(
Tag
child
)
Implementation
Tag addChild(Tag child) { children.add(child); return this; }
webapp package
documentation
wa_htmler
Tag
addChild method
Tag class