notificationOffWidget method

Widget notificationOffWidget(
  1. TencentCloudChatThemeColors colorTheme
)

Implementation

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