From d919051a03e94537ebd4b6f221baedd2101a9446 Mon Sep 17 00:00:00 2001 From: rodolfobacuinjr Date: Thu, 26 Jan 2023 13:35:07 +0800 Subject: [PATCH] finalize design for profile --- lib/screens/profile/profile.dart | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/screens/profile/profile.dart b/lib/screens/profile/profile.dart index d3ab4a3..672d8c1 100644 --- a/lib/screens/profile/profile.dart +++ b/lib/screens/profile/profile.dart @@ -45,6 +45,7 @@ class _ProfileInfoState extends State { vertical: 12, horizontal: 12), child: ListView( children: [ + const Text("View and Update your Profile Information"), ExpandableGroup( collapsedIcon: const Icon(Icons.keyboard_arrow_down), @@ -66,30 +67,37 @@ class _ProfileInfoState extends State { subMenu(Icons.contact_phone, "Contact Info"), subMenu(Icons.flag, "Citizenships"), ]), + const Divider(), const MainMenu( icon: Elusive.group, title: "Family", ), + const Divider(), const MainMenu( icon: FontAwesome5.graduation_cap, title: "Education", ), + const Divider(), const MainMenu( icon: Icons.stars, title: "Eligibility", ), + const Divider(), const MainMenu( icon: FontAwesome5.shopping_bag, title: "Work History", ), + const Divider(), const MainMenu( icon: FontAwesome5.walking, title: "Voluntary Work & Civic Services", ), + const Divider(), const MainMenu( icon: Elusive.lightbulb, title: "Learning & Development", ), + const Divider(), const MainMenu( icon: Brandico.codepen, title: "Personal References",