initial commit
This commit is contained in:
14
lib/ui/style/dimensions.dart
Normal file
14
lib/ui/style/dimensions.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
class Margins {
|
||||
Margins._();
|
||||
static double extraSmall = 4;
|
||||
static double small = 8;
|
||||
static double medium = 16;
|
||||
}
|
||||
|
||||
class TextSizes {
|
||||
TextSizes._();
|
||||
|
||||
static double small = 14;
|
||||
static double medium = 18;
|
||||
static double large = 24;
|
||||
}
|
||||
Reference in New Issue
Block a user