MyApp constructor Null safety

const MyApp(
  1. {Key? key}
)

Implementation

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