MainScreen constructor Null safety

const MainScreen(
  1. {Key? key}
)

Implementation

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