SpaceSceneFeature constructor
SpaceSceneFeature({})
Implementation
SpaceSceneFeature({
this.showMoon = false,
this.showEarth = true,
this.showSun = false,
this.namespace = "clock",
this.route = "/clock",
this.implementationName = "default",
});