TF-2040 Add CalendarEventInformationWidget in email view

(cherry picked from commit ce284990a101ede7bcc58fd581fef2b03b07217c)
This commit is contained in:
dab246
2023-07-25 19:58:14 +07:00
committed by Dat Vu
parent 09d8380c59
commit 1a54ca3d86
4 changed files with 84 additions and 0 deletions
@@ -0,0 +1,8 @@
class CalendarEventInformationWidgetStyles {
static const double borderRadius = 16;
static const double contentPadding = 16;
static const double verticalMargin = 12;
static const double horizontalMargin = 16;
static const double calendarDateIconMargin = 16;
}