antes de notificaciones

This commit is contained in:
Juan Felipe Duarte
2023-05-11 09:35:12 -05:00
parent 40ee4f2ab2
commit d5702207d2
14 changed files with 438 additions and 164 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ class _ChatScreenState extends State<ChatScreen> {
style: const TextStyle(
color: Colors.black, fontWeight: FontWeight.w600),
),
subtitle: Text('${user?.profession}'),
subtitle: Text(user?.profession ?? ''),
trailing: const Icon(Icons.keyboard_arrow_right),
),
),