TF-460 Separate the header of MailboxDashboard on the browser
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user