notificationOffWidget method
Implementation
Widget notificationOffWidget(TencentCloudChatThemeColors colorTheme) {
return Icon(
Icons.notifications_off,
size: getSquareSize(14),
color: colorTheme.conversationItemNoReceiveIconColor,
);
}