SplashPage constructor Null safety

const SplashPage(
  1. {Key? key}
)

Implementation

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