Merge pull request #92 from GetStream/dj-develop

fix: Removed overflow parameter and migrated to clipBehavior
This commit is contained in:
Salvatore Giordano
2020-10-05 09:36:48 +02:00
committed by GitHub
+1 -1
View File
@@ -182,7 +182,7 @@ class MessageInputState extends State<MessageInput> {
child: Padding(
padding: const EdgeInsets.all(8.0),
child: Stack(
overflow: Overflow.visible,
clipBehavior: Clip.none,
children: <Widget>[
_buildBorder(context),
Column(