menu
mephisto_ui
widgets/mephisto_splash_screen.dart
MephistoSplashScreen
MephistoSplashScreen const constructor
MephistoSplashScreen
dark_mode
light_mode
MephistoSplashScreen
constructor
const
MephistoSplashScreen
(
{
Key
?
key
,
required
Widget
appLogo
,
required
Function
onAppInitialized
,
})
Implementation
const MephistoSplashScreen( {super.key, required this.appLogo, required this.onAppInitialized});
mephisto_ui
mephisto_splash_screen
MephistoSplashScreen
MephistoSplashScreen const constructor
MephistoSplashScreen class