TF-2042 Add event location information widget

(cherry picked from commit 935794e1ce2b5b4d4c0fd0c1295ec5c7ec3296c7)
This commit is contained in:
dab246
2023-07-26 18:50:00 +07:00
committed by Dat Vu
parent 9f3fd56fa3
commit a56581c634
2 changed files with 51 additions and 0 deletions
@@ -0,0 +1,5 @@
class EventLocationInformationWidgetStyles {
static const double maxWidth = 100;
static const double textSize = 16;
}