TF-1017 Add icon for scroll to top button
(cherry picked from commit 003d56781178bbd34689081b4ccafa50a8b18353)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user