mirror of
https://github.com/asjqkkkk/flutter-todos.git
synced 2025-08-26 05:59:08 +08:00
⭐: added automatic dark mode
This commit is contained in:
@ -23,4 +23,11 @@ class ThemeBean {
|
||||
'themeType': themeType
|
||||
};
|
||||
}
|
||||
|
||||
@override
|
||||
bool operator ==(other) {
|
||||
return other.themeName == themeName;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user