TF-831: add list email forward

This commit is contained in:
ManhNTX
2022-08-18 11:40:09 +07:00
committed by Dat H. Pham
parent a14a2a9f63
commit c44548884c
6 changed files with 128 additions and 0 deletions
@@ -159,6 +159,7 @@ class ImagePaths {
String get icSwitchOff => _getImagePath('ic_switch_off.svg');
String get icClock => _getImagePath('ic_clock.svg');
String get icCalendar => _getImagePath('ic_calendar.svg');
String get icAddEmailForward => _getImagePath('ic_add_email_forwards.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;