onSplashScreen method
- @override
- @Deprecated("Can use, but use AppStatefulWidget's instead.")
- BuildContext context
override
Supply a 'splash screen' while the FutureBuilder is processing.
Implementation
@override
@Deprecated("Can use, but use AppStatefulWidget's instead.")
Widget? onSplashScreen(BuildContext context) => null;