Files
nowser/lib/const/base.dart
2024-08-23 11:53:14 +08:00

10 lines
180 B
Dart

class Base {
static const APP_NAME = "Nowser";
static String VERSION_NAME = "2.9.0";
static const double BASE_PADDING = 12;
static const double BASE_PADDING_HALF = 6;
}