ente/auth/lib/ui/components/components_constants.dart
2024-03-01 12:19:20 +05:30

5 lines
147 B
Dart

const double mobileSmallThreshold = 336;
//Screen width of iPhone 14 pro max in points is taken as maximum
const double restrictedMaxWidth = 430;