value property
- @override
override
The value being updated in the UI.
Implementation
@override
EasterEggsSettings get value => EasterEggsSettings(
segaIntro: segaIntro,
segaSound: segaSound,
enableClippy: enableClippy,
badApple: badApple,
);