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
@@ -0,0 +1,7 @@
class EventDescriptionDetailWidgetStyles {
static const double textSize = 16;
static const double borderRadius = 16;
static const double contentPadding = 16;
static const double fieldTopPadding = 16;
}