NeoShellBackground constructor
const
NeoShellBackground({
- Key? key,
- required NeoShellBackgroundVariant variant,
Implementation
const NeoShellBackground({
super.key,
required this.variant,
});