SplashView constructor Null safety

const SplashView(
  1. {Key? key}
)

Implementation

const SplashView({Key? key}) : super(key: key);