add message_actions_modal.dart

This commit is contained in:
Salvatore Giordano
2020-08-27 16:22:22 +02:00
parent cd1af89fc0
commit 0997867944
4 changed files with 306 additions and 25 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class ReactionPicker extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container(
return Material(
color: Colors.black87,
child: Row(
crossAxisAlignment: CrossAxisAlignment.start,