fix: Corrected giphy chip

This commit is contained in:
Deven Joshi
2020-10-19 12:40:20 +05:30
parent bb346ea55e
commit def8528915
+1 -7
View File
@@ -183,19 +183,13 @@ class MessageInputState extends State<MessageInput> {
},
child: Padding(
padding: const EdgeInsets.all(8.0),
child: Stack(
clipBehavior: Clip.none,
children: <Widget>[
//_buildBorder(context),
Column(
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
_buildAttachments(),
_buildTextField(context),
],
),
],
),
),
),
);