TF-2057 Add event description detail widget
(cherry picked from commit 7f8693755c849e2cf3d4cbb37290da4e20050bc8)
This commit is contained in:
@@ -198,6 +198,7 @@ class ImagePaths {
|
||||
String get icEventInvited => _getImagePath('ic_event_invited.svg');
|
||||
String get icEventUpdated => _getImagePath('ic_event_updated.svg');
|
||||
String get icEventCanceled => _getImagePath('ic_event_canceled.svg');
|
||||
String get icFormatQuote => _getImagePath('ic_format_quote.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user