Star constructor
Star({})
Creates a Star.
It will be used to compound the starfield.
Implementation
Star({
required this.baseDepth,
required this.baseVelocity,
required this.dx,
required this.dy,
required this.dz,
});