GradesView constructor Null safety

const GradesView(
  1. {Key? key}
)

Implementation

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