SubjectScreen constructor Null safety

SubjectScreen(
  1. {Key? key}
)

Implementation

SubjectScreen({Key? key}) : super(key: key);