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
@@ -196,6 +196,7 @@ extension AppColor on Color {
static const colorShadowCalendarDateIcon = Color(0x26000000);
static const colorOrganizerMailto = Color(0xFFB3B3B3);
static const colorMailto = Color(0xFFB3B3B3);
static const colorEventDescriptionBackground = Color(0x05000000);
static const mapGradientColor = [
[Color(0xFF21D4FD), Color(0xFFB721FF)],
@@ -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;