addChildren method
Adds multiple child SvgElements to this element.
Implementation
void addChildren(Iterable<SvgElement> children) {
_children.addAll(children);
}
Adds multiple child SvgElements to this element.
void addChildren(Iterable<SvgElement> children) {
_children.addAll(children);
}