TF-2042 Add event time information widget

(cherry picked from commit 5bfa21a8c426a794dfc5f1036c00c31f3069f77f)
This commit is contained in:
dab246
2023-07-26 18:49:33 +07:00
committed by Dat Vu
parent f287af8c37
commit 9f3fd56fa3
6 changed files with 167 additions and 1 deletions
@@ -0,0 +1,5 @@
class EventTimeInformationWidgetStyles {
static const double maxWidth = 100;
static const double textSize = 16;
}