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