onSplashScreen method

Widget? onSplashScreen(
  1. BuildContext context
)
inherited

Supply a 'splash screen' while the FutureBuilder is processing.

Implementation

Widget? onSplashScreen(BuildContext context) => null;