StarfieldController constructor
StarfieldController({})
Creates a StarfieldController.
Implementation
StarfieldController({
required this.number,
required this.size,
required this.depth,
required this.velocity,
required this.scale,
}) {
init();
}