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

6 lines
123 B
Dart

class AppShape {
static const largeShape = 25.0;
static const normalShaper = 20.0;
static const smallShape = 10.0;
}