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
@@ -348,7 +348,7 @@ class _MessageActionsModalState extends State<MessageActionsModal> {
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
FlatButton(
TextButton(
child: Text(
'OK',
style: StreamChatTheme.of(context)
@@ -413,7 +413,7 @@ class _MessageActionsModalState extends State<MessageActionsModal> {
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
FlatButton(
TextButton(
child: Text(
'OK',
style: StreamChatTheme.of(context)