MephistoSplashScreen constructor

const MephistoSplashScreen({
  1. Key? key,
  2. required Function onAppInitialized,
})

Implementation

const MephistoSplashScreen(
    {super.key, required this.appLogo, required this.onAppInitialized});