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, color: StreamChatTheme.of(context).accentColor,
), ),
), ),
Text( Flexible(
'Emoji matching "$query"', child: Text(
style: TextStyle( 'Emoji matching "$query"',
color: Colors.black.withOpacity(.5), style: TextStyle(
color: Colors.black.withOpacity(.5),
),
), ),
) )
], ],