makeInstance method
Implementation
@override
ActorComponent makeInstance(ActorArtboard resetArtboard) {
ActorDropShadow instanceShape = resetArtboard.actor.makeDropShadow();
instanceShape.copyShadow(this, resetArtboard);
return instanceShape;
}