From 538fd133aa49bf39895216ee1ca343900efd8e9d Mon Sep 17 00:00:00 2001 From: "Aamir.Muhammad" Date: Tue, 3 Jan 2023 14:35:35 +0300 Subject: [PATCH] Title Fix On AppBar --- lib/widgets/chat_app_bar_widge.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/chat_app_bar_widge.dart b/lib/widgets/chat_app_bar_widge.dart index 790840c..25ed34c 100644 --- a/lib/widgets/chat_app_bar_widge.dart +++ b/lib/widgets/chat_app_bar_widge.dart @@ -76,7 +76,7 @@ AppBar ChatAppBarWidget(BuildContext context, if (chatUser!.isTyping!) ("Typing ...").toText10(color: MyColors.textMixColor) else const SizedBox(), ], ), - ) + ).expanded ], ); }),