menu
webf package
documentation
dom.dart
Element
appendChild method
appendChild method
dark_mode
light_mode
appendChild
method
@
override
@
mustCallSuper
Node
appendChild
(
Node
child
)
override
Implementation
@override @mustCallSuper Node appendChild(Node child) { super.appendChild(child); return child; }
webf package
documentation
dom
Element
appendChild method
Element class