completed first web iteration
This commit is contained in:
5
lib/models/responsive_policy.dart
Normal file
5
lib/models/responsive_policy.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
class ResponsivePolicy {
|
||||
static const int sm = 400;
|
||||
static const int md = 600;
|
||||
static const int lg = 950;
|
||||
}
|
||||
Reference in New Issue
Block a user