Chat Delivered&Seen Event Added.

merge-requests/41/head
Aamir Muhammad 3 years ago
parent 96e1be7823
commit f0d2c78f83

@ -217,7 +217,7 @@ class _SearchEmployeeBottomSheetState extends State<SearchEmployeeBottomSheet> {
], ],
), ),
title: (chatUsersList![index].userName ?? "").toText14(color: MyColors.darkTextColor), title: (chatUsersList![index].userName ?? "").toText14(color: MyColors.darkTextColor),
subtitle: (chatUsersList![index].isTyping == true ? "Something is Typing" : "Last message text").toText11(color: MyColors.normalTextColor), // subtitle: (chatUsersList![index].isTyping == true ? "Something is Typing" : "Last message text").toText11(color: MyColors.normalTextColor),
trailing: ("Today").toText10(color: MyColors.lightTextColor), trailing: ("Today").toText10(color: MyColors.lightTextColor),
minVerticalPadding: 0, minVerticalPadding: 0,
onTap: () { onTap: () {

Loading…
Cancel
Save