Star constructor
Star()
Implementation
Star(
this.position,
this.baseRadius,
this.baseOpacity,
this.twinkleSpeed,
this.rotationSpeed,
this.shapeType,
this.isBigStar,
this.twinklePhase,
this.color,
);