ChatListBuilder constructor
const
ChatListBuilder({
- Key? key,
- required ChatListController chatListController,
- required dynamic onChatPageOpened(
- ChatListModal chatListModal
Implementation
const ChatListBuilder({super.key, required this.chatListController, required this.onChatPageOpened});