TF-2042 Add event attendees information widget

(cherry picked from commit 5ee6fcebb2d35352d55fa84a70020d4c2ad03924)
This commit is contained in:
dab246
2023-07-26 18:50:17 +07:00
committed by Dat Vu
parent a56581c634
commit f6b2d5e3f5
3 changed files with 85 additions and 0 deletions
@@ -0,0 +1,5 @@
class EventAttendeeInformationWidgetStyles {
static const double maxWidth = 100;
static const double textSize = 16;
}