SVGMobject constructor

SVGMobject(
  1. String content
)

Implementation

SVGMobject(this.content) {
  if (hasPoints()) {
    moveIntoPosition();
  }
}