onSplashScreen method

Widget? onSplashScreen(
  1. BuildContext context
)

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

Implementation

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