TF-2057 Add calendar event detail widget

(cherry picked from commit a695a3bc57213db07623022e494679563dbe1521)
This commit is contained in:
dab246
2023-07-27 18:41:33 +07:00
committed by Dat Vu
parent 03426ec638
commit 689324edaf
3 changed files with 92 additions and 0 deletions
@@ -0,0 +1,9 @@
class CalendarEventDetailWidgetStyles {
static const double textSize = 24;
static const double borderRadius = 16;
static const double verticalMargin = 12;
static const double horizontalMargin = 16;
static const double contentPadding = 16;
static const double fieldTopPadding = 16;
}