onSplashScreen method
Supply a 'splash screen' (called in _futureBuilder() below)
Implementation
Widget? onSplashScreen(BuildContext context) =>
inSplashScreen != null ? inSplashScreen!() : null;
Supply a 'splash screen' (called in _futureBuilder() below)
Widget? onSplashScreen(BuildContext context) =>
inSplashScreen != null ? inSplashScreen!() : null;