TF-2057 Add event attendees detail widget
(cherry picked from commit 219a478e72122194be581a8d50f4dafffb4b5e37)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user