TF-1017 Add icon for scroll to top button

(cherry picked from commit 003d56781178bbd34689081b4ccafa50a8b18353)
This commit is contained in:
hieubt
2023-10-09 23:43:46 +07:00
committed by Dat H. Pham
parent 6095959181
commit 3ff04c8180
2 changed files with 4 additions and 0 deletions
@@ -204,6 +204,7 @@ class ImagePaths {
String get icSend => _getImagePath('ic_send.svg');
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 _getImagePath(String imageName) {
return AssetsPaths.images + imageName;