Download PDF #1
This commit is contained in:
@@ -40,7 +40,13 @@ class ProfileScreen extends StatelessWidget {
|
||||
);
|
||||
},
|
||||
),
|
||||
// You can add more profile options here later
|
||||
ListTile(
|
||||
leading: const Icon(Icons.password),
|
||||
title: Text(loc.changePassword),
|
||||
onTap: () {
|
||||
|
||||
},
|
||||
),
|
||||
ListTile(
|
||||
leading: const Icon(Icons.logout),
|
||||
title: Text(AppLocalizations.of(context).logout),
|
||||
@@ -55,6 +61,7 @@ class ProfileScreen extends StatelessWidget {
|
||||
}
|
||||
},
|
||||
),
|
||||
// You can add more profile options here later
|
||||
],
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user