NeoShellBackground.index constructor
Creates a NeoShellBackground instance.
Implementation
const NeoShellBackground.index({
super.key,
required int index,
}) : variant = index == 1
? NeoShellBackgroundVariant.profile
: NeoShellBackgroundVariant.home;