TF-1709 Add icon for quick sort filter
(cherry picked from commit 981f0c03b5a50c1cefb5cf85b765473beeb45404)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user