From cd0b00021dd6dae91d2905632f49954dad4d5b50 Mon Sep 17 00:00:00 2001 From: "Aamir.Muhammad" Date: Tue, 29 Nov 2022 16:40:23 +0300 Subject: [PATCH] Chat Fixes & Chat Media Preview Api Implementation / On Msg Received Image --- lib/ui/chat/chat_full_image_preview.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/chat/chat_full_image_preview.dart b/lib/ui/chat/chat_full_image_preview.dart index 2a5d794..2eaa09d 100644 --- a/lib/ui/chat/chat_full_image_preview.dart +++ b/lib/ui/chat/chat_full_image_preview.dart @@ -25,7 +25,7 @@ class ChatImagePreviewScreen extends StatelessWidget { Image.memory( img, fit: BoxFit.cover, - + ).paddingAll(10), const Positioned( right: 0,