TF-816: get list email forward

This commit is contained in:
ManhNTX
2022-08-18 10:18:59 +07:00
committed by Dat H. Pham
parent 35eb29c1cf
commit c171f5fc24
26 changed files with 447 additions and 24 deletions
@@ -133,6 +133,8 @@ extension AppColor on Color {
static const colorBackgroundSnackBar = Color(0xFF343438);
static const colorBackgroundHeaderListRuleFilter = Color(0xFFFAF7F7);
static const colorBorderListRuleFilter = Color(0xFFE7E8EC);
static const colorBackgroundHeaderListForwards = Color(0xFFFAF7F7);
static const colorBorderListForwardsFilter = Color(0xFFE7E8EC);
static const colorBackgroundFieldConditionRulesFilter = Color(0xFFF2F3F5);
static const colorDividerRuleFilter = Color(0xFFE7E8EC);
@@ -152,6 +152,7 @@ class ImagePaths {
String get icOpenEditRule => _getImagePath('ic_open_edit_rule.svg');
String get icEditRuleMobile => _getImagePath('ic_edit_rule_mobile.svg');
String get icDeleteRuleMobile => _getImagePath('ic_delete_rule_mobile.svg');
String get icDeleteEmailForward => _getImagePath('ic_delete_email_forward.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;