mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-16 11:21:56 +08:00
4 lines
64 B
Dart
4 lines
64 B
Dart
class Breakpoint {
|
|
static const double mobileToLarge = 600;
|
|
}
|