App constructor Null safety

const App(
  1. {Key? key}
)

Implementation

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