Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
abstract final class Breakpoints {
|
||||
|
||||
static const double compact = 600;
|
||||
|
||||
|
||||
static const double detail = 720;
|
||||
|
||||
static bool isCompact(double width) => width < compact;
|
||||
}
|
||||
Reference in New Issue
Block a user