fix text overflow

This commit is contained in:
Salvatore Giordano
2020-11-06 11:31:23 +01:00
parent df9b5100b8
commit 7463b4f725
+6 -4
View File
@@ -729,10 +729,12 @@ class MessageInputState extends State<MessageInput> {
color: StreamChatTheme.of(context).accentColor,
),
),
Text(
'Emoji matching "$query"',
style: TextStyle(
color: Colors.black.withOpacity(.5),
Flexible(
child: Text(
'Emoji matching "$query"',
style: TextStyle(
color: Colors.black.withOpacity(.5),
),
),
)
],