WelcomeScreen constructor Null safety

const WelcomeScreen(
  1. {Key? key}
)

Implementation

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