SettingsScreen constructor
- Key? key,
- required FavoritesService favoritesService,
- required ApiKeyService apiKeyService,
- FavoritesServiceManager? favoritesServiceManager,
- bool fromApiKeyPrompt = false,
Creates a new SettingsScreen widget.
Implementation
const SettingsScreen({
super.key,
required this.favoritesService,
required this.apiKeyService,
this.favoritesServiceManager,
this.fromApiKeyPrompt = false,
});