TF-2057 Add see all attendees button

(cherry picked from commit 9ac78de2505c212d1c14db951a1528d00b91fe26)
This commit is contained in:
dab246
2023-07-28 02:01:50 +07:00
committed by Dat Vu
parent 6bdf2d3f52
commit 89ef803679
6 changed files with 96 additions and 8 deletions
@@ -2,4 +2,5 @@
class EventAttendeeDetailWidgetStyles {
static const double maxWidth = 100;
static const double textSize = 16;
static const double fieldTopPadding = 8;
}
@@ -0,0 +1,8 @@
class SeeAllAttendeesButtonWidgetStyles {
static const double textSize = 16;
static const double horizontalPadding = 8;
static const double verticalPadding = 4;
static const double borderRadius = 20;
static const double horizontalMargin = -8;
}