SpaceClockScene constructor
const
SpaceClockScene(
- ClockModel model, {
- bool showMoon = false,
- bool showEarth = true,
- bool showSun = false,
- Key? key,
SpaceClockScene
Constructs the space_clock, give it a ClockModel
Implementation
const SpaceClockScene(this.model,
{this.showMoon = false,
this.showEarth = true,
this.showSun = false,
Key? key})
: super(key: key);