use textbutton

This commit is contained in:
Salvatore Giordano
2021-03-01 15:42:14 +01:00
parent 9c67284708
commit 12c7368d0c
6 changed files with 43 additions and 39 deletions
@@ -2139,7 +2139,7 @@ class MessageInputState extends State<MessageInput> {
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
FlatButton(
TextButton(
child: Text(
'OK',
style: StreamChatTheme.of(context)