TF-788 Build up Settings Screen with SettingsFirstLevelTileBuilder

This commit is contained in:
Dat PHAM HOANG
2022-08-24 12:12:42 +07:00
committed by Dat H. Pham
parent 9283f88b24
commit 87f02ef7fd
8 changed files with 385 additions and 0 deletions
@@ -2172,4 +2172,10 @@ class AppLocalizations {
name: 'keepLocalCopyForwardLabel',
);
}
String get emailRuleSettingExplanation {
return Intl.message(
'Creating rules to handle incoming messages. You choose both the condition that triggers a rule and the actions the rule will take.',
name: 'emailRuleSettingExplanation');
}
}