TF-2057 Add event time detail widget

(cherry picked from commit d9782f9a0038c05a9d9911f3066989db3b41fc52)
This commit is contained in:
dab246
2023-07-27 16:32:46 +07:00
committed by Dat Vu
parent 898c98d00a
commit 86a4b1f779
5 changed files with 87 additions and 1 deletions
@@ -0,0 +1,5 @@
class EventTimeDetailWidgetStyles {
static const double maxWidth = 100;
static const double textSize = 16;
}