ChatListView constructor

const ChatListView({
  1. Key? key,
  2. required ChatController chatController,
  3. required List<ChatMessageModel> chatList,
})

Implementation

const ChatListView(
    {super.key, required this.chatController, required this.chatList});