ChatListCard constructor

const ChatListCard({
  1. Key? key,
  2. required ChatListModal chatListModal,
  3. required ChatUserModal currentUserModal,
})

Implementation

const ChatListCard({super.key, required this.chatListModal, required this.currentUserModal});