refactoring

This commit is contained in:
Salvatore Giordano
2020-04-29 15:17:59 +02:00
parent 9709010513
commit eee1426b52
3 changed files with 5 additions and 7 deletions
-4
View File
@@ -712,10 +712,6 @@ class _MessageWidgetState extends State<MessageWidget>
child: Icon(
Icons.close,
size: 15,
color:
Theme.of(context).brightness == Brightness.dark
? Colors.white
: Colors.black,
),
),
),