Files
UUVPN/flutter/lib/resources/app_shape.dart
T
2023-06-25 11:50:55 +08:00

6 lines
123 B
Dart

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