feat: add back button from settings not from profile

This commit is contained in:
sBubshait 2025-07-21 15:02:30 +03:00
parent 270228012d
commit afacd192d2

View File

@ -150,6 +150,7 @@ class _ProfilePageState extends State<ProfilePage> {
preferredSize: Size.fromHeight(1),
child: Container(height: 1, color: Colors.grey[200]),
),
automaticallyImplyLeading: false,
),
body: SingleChildScrollView(
child: Column(
@ -493,7 +494,6 @@ class _SettingsPageState extends State<SettingsPage> {
preferredSize: Size.fromHeight(1),
child: Container(height: 1, color: Colors.grey[200]),
),
automaticallyImplyLeading: false,
),
body: Padding(
padding: EdgeInsets.all(16),