mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 18:04:18 +01:00
8 lines
111 B
Dart
8 lines
111 B
Dart
class ThemeStyle {
|
|
static const int AUTO = 1;
|
|
|
|
static const int LIGHT = 2;
|
|
|
|
static const int DARK = 3;
|
|
}
|