TF-1363: [Presentation] Implement disable and enable spam report
This commit is contained in:
@@ -164,6 +164,8 @@ class ImagePaths {
|
||||
String get icPageNotFound => _getImagePath('ic_page_not_found.svg');
|
||||
String get icOpenInNewTab => _getImagePath('ic_open_in_new_tab.svg');
|
||||
String get icInfoCircleOutline => _getImagePath('ic_info_circle_outline.svg');
|
||||
String get icSpamReportDisable => _getImagePath('ic_spam_report_disable.svg');
|
||||
String get icSpamReportEnable => _getImagePath('ic_spam_report_enable.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user