TF-1709 Add icon for quick sort filter

(cherry picked from commit 981f0c03b5a50c1cefb5cf85b765473beeb45404)
This commit is contained in:
hieubt
2023-11-11 00:39:28 +07:00
committed by Dat Vu
parent e485506d4a
commit cf953f8404
2 changed files with 6 additions and 0 deletions
@@ -205,6 +205,7 @@ class ImagePaths {
String get icReadReceipt => _getImagePath('ic_read_receipt.svg');
String get icDropZoneIcon => _getImagePath('ic_drop_zone_icon.svg');
String get icArrowUpOutline => _getImagePath('ic_arrow_up_outline.svg');
String get icFilterSB => _getImagePath('ic_filter_sb.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;