WelcomeScreen constructor
const
WelcomeScreen({})
Implementation
const WelcomeScreen({
Key? key,
required this.visible,
required this.onClose,
required this.appName,
this.isDark = false,
this.onResolved,
}) : super(key: key);