SpaceSceneFeature constructor

SpaceSceneFeature({
  1. bool showMoon = false,
  2. bool showEarth = true,
  3. bool showSun = false,
  4. String namespace = "clock",
  5. String route = "/clock",
  6. String implementationName = "default",
})

Implementation

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