EasterEggsSettings constructor
- required bool segaIntro,
- required bool segaSound,
- required bool enableClippy,
- required bool badApple,
A const constructor.
Implementation
const EasterEggsSettings({
required this.segaIntro,
required this.segaSound,
required this.enableClippy,
required this.badApple,
});