menu
guess package
documentation
main.dart
SplashScreen
SplashScreen const constructor
SplashScreen const constructor
dark_mode
light_mode
SplashScreen
constructor
const
SplashScreen
(
{
Key
?
key
,
})
Implementation
const SplashScreen({Key? key}) : super(key: key);
guess package
documentation
main
SplashScreen
SplashScreen const constructor
SplashScreen class