EmptyScreen constructor Null safety

EmptyScreen(
  1. {Key? key}
)

Implementation

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