ScheduleView constructor Null safety

const ScheduleView(
  1. {Key? key}
)

Implementation

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