added breakpoints
This commit is contained in:
7
lib/services/breakpoints.dart
Normal file
7
lib/services/breakpoints.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
class Breakpoints {
|
||||
static const sm = 640;
|
||||
static const md = 768;
|
||||
static const lg = 1024;
|
||||
static const xl = 1280;
|
||||
static const xl2 = 1536;
|
||||
}
|
||||
Reference in New Issue
Block a user