TF-1018 Add AppGridDashboardController to handle appGridDashboard
This commit is contained in:
committed by
Dat H. Pham
parent
8877651894
commit
0104e38431
@@ -1,3 +1,4 @@
|
||||
class AssetsPaths {
|
||||
static const images = 'assets/images/';
|
||||
static const configurationImages = 'configurations/icons/';
|
||||
}
|
||||
@@ -163,8 +163,13 @@ class ImagePaths {
|
||||
String get icChevronDownOutline => _getImagePath('ic_chevron_down_outline.svg');
|
||||
String get icUndo => _getImagePath('ic_undo.svg');
|
||||
String get icDownloadAttachment => _getImagePath('ic_download_attachment.svg');
|
||||
String get icAppDashboard => _getImagePath('ic_app_dashboard.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
}
|
||||
|
||||
String getConfigurationImagePath(String imageName) {
|
||||
return AssetsPaths.configurationImages + imageName;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user