ChatListBuilder constructor

const ChatListBuilder({
  1. Key? key,
  2. required ChatListController chatListController,
  3. required dynamic onChatPageOpened(
    1. ChatListModal chatListModal
    ),
})

Implementation

const ChatListBuilder({super.key, required this.chatListController, required this.onChatPageOpened});