TF-297 Add menu languageAndRegion in AccountManager

This commit is contained in:
dab246
2022-07-08 13:59:52 +07:00
committed by Dat H. Pham
parent fd7ef88246
commit d37c80f917
7 changed files with 102 additions and 3 deletions
@@ -126,6 +126,8 @@ class ImagePaths {
String get icFilePptx => _getImagePath('ic_file_pptx.svg');
String get icFileEPup => _getImagePath('ic_file_epup.svg');
String get icCloseAdvancedSearch => _getImagePath('ic_close_advanced_search.svg');
String get icLanguage => _getImagePath('ic_language.svg');
String get icChecked => _getImagePath('ic_checked.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;