TF-1362: [Presentation] Create UI for all device and Add Action dismiss

This commit is contained in:
HuyNguyen
2023-01-10 00:25:21 +07:00
committed by Dat Vu
parent 6030aec159
commit db5cc6a47b
18 changed files with 264 additions and 36 deletions
@@ -163,6 +163,7 @@ class ImagePaths {
String get icQuickCreatingRule => _getImagePath('ic_quick_creating_rule.svg');
String get icPageNotFound => _getImagePath('ic_page_not_found.svg');
String get icOpenInNewTab => _getImagePath('ic_open_in_new_tab.svg');
String get icInfoCircleOutline => _getImagePath('ic_info_circle_outline.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;