makeInstance method
Implementation
@override
ActorComponent makeInstance(ActorArtboard resetArtboard) {
  FlutterActorPath instanceNode = FlutterActorPath();
  instanceNode.copyPath(this, resetArtboard);
  return instanceNode;
}@override
ActorComponent makeInstance(ActorArtboard resetArtboard) {
  FlutterActorPath instanceNode = FlutterActorPath();
  instanceNode.copyPath(this, resetArtboard);
  return instanceNode;
}