EasterEggsSettings constructor

const EasterEggsSettings({
  1. required bool segaIntro,
  2. required bool segaSound,
  3. required bool enableClippy,
  4. required bool badApple,
})

A const constructor.

Implementation

const EasterEggsSettings({
  required this.segaIntro,
  required this.segaSound,
  required this.enableClippy,
  required this.badApple,
});