4 lines
147 B
Dart
4 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;
|