Add sparkle icon
This commit is contained in:
@@ -261,6 +261,7 @@ class ImagePaths {
|
||||
String get icRemoveLink => _getImagePath('ic_remove_link.svg');
|
||||
String get icText => _getImagePath('ic_text.svg');
|
||||
String get icUser => _getImagePath('ic_user.svg');
|
||||
String get icSparkle => _getImagePath('ic_sparkle.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user