fix: overlay ui

This commit is contained in:
Deven Joshi
2020-10-26 14:36:46 +05:30
parent 494a1e60b9
commit 2eee935f9c
+3 -1
View File
@@ -500,8 +500,10 @@ class MessageInputState extends State<MessageInput> {
bottom: size.height + MediaQuery.of(context).viewInsets.bottom,
left: 0,
right: 0,
child: Material(
child: Card(
margin: EdgeInsets.all(8.0),
color: StreamChatTheme.of(context).primaryColor,
clipBehavior: Clip.antiAlias,
child: Container(
constraints: BoxConstraints.loose(Size.fromHeight(400)),
decoration: BoxDecoration(