ChatScreen constructor Null safety

ChatScreen(
  1. {Key? key}
)

Implementation

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