menu
flutter_muscle_anatomy package
documentation
core/core.dart
SvgElement
addChild method
addChild method
dark_mode
light_mode
addChild
method
void
addChild
(
SvgElement
child
)
Adds a child
SvgElement
to this element.
Implementation
void addChild(SvgElement child) { _children.add(child); }
flutter_muscle_anatomy package
documentation
core/core
SvgElement
addChild method
SvgElement class