TF-460 Separate the header of MailboxDashboard on the browser

This commit is contained in:
dab246
2022-04-25 15:56:36 +07:00
committed by Dat H. Pham
parent d0a54a2652
commit 52fd989272
36 changed files with 1033 additions and 643 deletions
@@ -92,6 +92,8 @@ class ImagePaths {
String get icToastNotSpam => _getImagePath('ic_toast_not_spam.svg');
String get icNotSpam => _getImagePath('ic_not_spam.svg');
String get icAvatarSpam => _getImagePath('ic_avatar_spam.svg');
String get icLogout => _getImagePath('ic_logout.svg');
String get icSetting => _getImagePath('ic_setting.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;