SubjectsView constructor Null safety

const SubjectsView(
  1. {Key? key}
)

Implementation

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