From 70374fc8c4876cc5cb9e02ea1adacccb5697ffe3 Mon Sep 17 00:00:00 2001 From: MdAnas <144697531+Anas-github-acc@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:55:19 +0530 Subject: [PATCH] Update profile_screen.dart --- lib/views/pages/profile/profile_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/pages/profile/profile_screen.dart b/lib/views/pages/profile/profile_screen.dart index da1da51..c065698 100644 --- a/lib/views/pages/profile/profile_screen.dart +++ b/lib/views/pages/profile/profile_screen.dart @@ -60,7 +60,7 @@ class _ProfileScreenState extends State { Column( children: [ Text( - "ALICE", + widget.name, style: const TextStyle( fontSize: 24, fontWeight: FontWeight.bold,