TF-2057 Add event description detail widget

(cherry picked from commit 7f8693755c849e2cf3d4cbb37290da4e20050bc8)
This commit is contained in:
dab246
2023-07-27 18:41:08 +07:00
committed by Dat Vu
parent ab4a14753e
commit 03426ec638
5 changed files with 61 additions and 0 deletions
@@ -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;