onSplashScreen method

Widget? onSplashScreen(
  1. BuildContext context
)

Supply a 'splash screen' (called in _futureBuilder() below)

Implementation

// inSplashScreen != null ? inSplashScreen!() : null;
Widget? onSplashScreen(BuildContext context) => inSplashScreen?.call();