From 90765852a801b18e7bf247e7c1e6204cdb542ea4 Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Fri, 2 Oct 2020 17:04:07 +0530 Subject: [PATCH] fix: Removed overflow parameter and migrated to clipBehavior --- lib/src/message_input.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/message_input.dart b/lib/src/message_input.dart index 4a20600f..edc21f96 100644 --- a/lib/src/message_input.dart +++ b/lib/src/message_input.dart @@ -182,7 +182,7 @@ class MessageInputState extends State { child: Padding( padding: const EdgeInsets.all(8.0), child: Stack( - overflow: Overflow.visible, + clipBehavior: Clip.none, children: [ _buildBorder(context), Column(