Files
UUVPN/source/lib/constant/app_dimens.dart
T
Zeus 1bf69048f3 update ios project
update ios project
2024-07-24 11:51:39 +08:00

6 lines
145 B
Dart

class AppDimens {
static const double maxWidth = 1080.0;
static const double maxHeight = 1920.0;
static const double bigTextSize = 13.0;
}