SVGMobject constructor
SVGMobject(
- String content
Implementation
SVGMobject(this.content) {
if (hasPoints()) {
moveIntoPosition();
}
}
SVGMobject(this.content) {
if (hasPoints()) {
moveIntoPosition();
}
}