fix: Removed overflow parameter and migrated to clipBehavior

This commit is contained in:
Deven Joshi
2020-10-02 17:04:07 +05:30
parent 9568912095
commit 90765852a8
+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(