ChatView constructor

const ChatView({
  1. Key? key,
  2. required dynamic onBackPressed(),
})

Implementation

const ChatView({Key? key, required this.onBackPressed}) : super(key: key);