StarModel constructor
StarModel({})
Implementation
StarModel({
required this.fillShape,
required this.x,
required this.y,
required this.z,
required this.pz,
required this.random,
required this.width,
required this.height,
required this.color,
required this.shape,
});