Files
nowser/lib/const/base.dart
2025-02-06 11:57:22 +08:00

12 lines
218 B
Dart

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