class ThemeModel { final String name; final String logo; // filename or url const ThemeModel({required this.name, required this.logo}); }