mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 09:54:19 +01:00
12 lines
218 B
Dart
12 lines
218 B
Dart
class Base {
|
|
static const APP_NAME = "Nowser";
|
|
|
|
static String VERSION_NAME = "0.0.2";
|
|
|
|
static const double BASE_PADDING = 12;
|
|
|
|
static const double BASE_PADDING_HALF = 6;
|
|
|
|
static double BASE_FONT_SIZE = 15;
|
|
}
|