Files
TubeCards/lib/utils/responsiveness/breakpoints.dart
friebetill 80f218097d Initial commit
Add Space version 2.0.1
2022-03-28 14:56:00 +02:00

4 lines
64 B
Dart

class Breakpoint {
static const double mobileToLarge = 600;
}