chnages has been made
This commit is contained in:
6
lib/domain/models/theme_model.dart
Normal file
6
lib/domain/models/theme_model.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
class ThemeModel {
|
||||
final String name;
|
||||
final String logo; // filename or url
|
||||
|
||||
const ThemeModel({required this.name, required this.logo});
|
||||
}
|
||||
Reference in New Issue
Block a user