TF-2057 Add event attendees detail widget

(cherry picked from commit 219a478e72122194be581a8d50f4dafffb4b5e37)
This commit is contained in:
dab246
2023-07-27 16:34:48 +07:00
committed by Dat Vu
parent 49306ca103
commit ab4a14753e
4 changed files with 126 additions and 0 deletions
@@ -0,0 +1,5 @@
class AttendeeWidgetStyles {
static const double maxWidth = 100;
static const double textSize = 16;
}
@@ -0,0 +1,5 @@
class EventAttendeeDetailWidgetStyles {
static const double maxWidth = 100;
static const double textSize = 16;
}