♻️ Refactor profile page code

This commit is contained in:
2024-09-27 00:02:08 +08:00
parent 2673c11046
commit bbee825cf4
2 changed files with 96 additions and 97 deletions

View File

@ -113,7 +113,7 @@ class _AccountProfilePopupState extends State<AccountProfilePopup> {
borderRadius: BorderRadius.all(Radius.circular(8)),
),
title: Text('visitProfilePage'.tr),
subtitle: Text('learMoreAboutPerson'.tr),
subtitle: Text('learnMoreAboutPerson'.tr),
visualDensity:
const VisualDensity(horizontal: -4, vertical: -2),
trailing: const Icon(Icons.chevron_right),