5 lines
98 B
Dart
Executable File
5 lines
98 B
Dart
Executable File
// ignore: camel_case_types
|
|
class themeChangeEvent {
|
|
bool dark;
|
|
themeChangeEvent(this.dark);
|
|
} |