ChatSingleScreen constructor

const ChatSingleScreen({
  1. Key? key,
  2. required Channels channel,
})

Implementation

const ChatSingleScreen({Key? key, required this.channel}) : super(key: key);