onSplashScreen method

Widget? onSplashScreen(
  1. BuildContext context
)

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

Implementation

Widget? onSplashScreen(BuildContext context) => null;