menu
universal_web package
documentation
web.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);
universal_web package
documentation
web
NodeGlue
append method
NodeGlue extension on
Node