menu
kitawi package
documentation
kitawi.dart
NodeGlue
append method
append method
dark_mode
light_mode
append
method
@
Deprecated
('See Node.appendChild()')
Node
append
(
Node
other
)
Implementation
@Deprecated('See Node.appendChild()') Node append(Node other) => appendChild(other);
kitawi package
documentation
kitawi
NodeGlue
append method
NodeGlue extension on
Node