TF-2057 Add event location detail widget

(cherry picked from commit 7c49cf72fe4c14469b5e69b2e8efbdb9f4ea46dd)
This commit is contained in:
dab246
2023-07-27 16:32:58 +07:00
committed by Dat Vu
parent 86a4b1f779
commit 49306ca103
2 changed files with 48 additions and 0 deletions
@@ -0,0 +1,5 @@
class EventLocationDetailWidgetStyles {
static const double maxWidth = 100;
static const double textSize = 16;
}