TF-2057 Add calendar event detail widget
(cherry picked from commit a695a3bc57213db07623022e494679563dbe1521)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
class CalendarEventDetailWidgetStyles {
|
||||
static const double textSize = 24;
|
||||
static const double borderRadius = 16;
|
||||
static const double verticalMargin = 12;
|
||||
static const double horizontalMargin = 16;
|
||||
static const double contentPadding = 16;
|
||||
static const double fieldTopPadding = 16;
|
||||
}
|
||||
Reference in New Issue
Block a user