first commit
This commit is contained in:
5
滴滴淘/ddt_flutter/lib/event/themeChangeEvent.dart
Executable file
5
滴滴淘/ddt_flutter/lib/event/themeChangeEvent.dart
Executable file
@@ -0,0 +1,5 @@
|
||||
// ignore: camel_case_types
|
||||
class themeChangeEvent {
|
||||
bool dark;
|
||||
themeChangeEvent(this.dark);
|
||||
}
|
||||
Reference in New Issue
Block a user