SplashScreen constructor Null safety

SplashScreen(
  1. {Key? key}
)

Implementation

SplashScreen({Key? key}) : super(key: key);