TF-2877 Create new notification icon & texts

This commit is contained in:
DatDang
2024-06-04 10:01:13 +07:00
committed by Dat H. Pham
parent 640b100f21
commit 2652a99e0e
4 changed files with 84 additions and 0 deletions
@@ -211,6 +211,7 @@ class ImagePaths {
String get icRecoverDeletedMessages => _getImagePath('ic_recover_deleted_messages.svg');
String get icPrinter => _getImagePath('ic_printer.svg');
String get icAlwaysReadReceipt => _getImagePath('ic_always_read_receipt.svg');
String get icNotification => _getImagePath('ic_notification.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;