This commit is contained in:
Juan Felipe Duarte
2023-05-10 08:43:40 -05:00
parent eeced3ac66
commit 40ee4f2ab2
30 changed files with 1175 additions and 147 deletions
+1 -7
View File
@@ -37,12 +37,6 @@ class _ChatScreenState extends State<ChatScreen> {
}
}
});
// if (scoresModel == null) {
// ScoresModel.scoreTo(uid.toString(), false, false).then(
// (ScoresModel s) => setState(() => scoresModel = s),
// );
// }
}
@override
@@ -62,7 +56,7 @@ class _ChatScreenState extends State<ChatScreen> {
color: Colors.grey.withOpacity(0.3),
spreadRadius: 2,
blurRadius: 3,
offset: const Offset(0, 2), // changes position of shadow
offset: const Offset(0, 2),
),
],
),