Star constructor

Star(
  1. Offset position,
  2. double baseRadius,
  3. double baseOpacity,
  4. double twinkleSpeed,
  5. double rotationSpeed,
  6. StarShape shapeType,
  7. bool isBigStar,
  8. double twinklePhase,
  9. Color color,
)

Implementation

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