AnimatedBackground constructor Null safety
- WeatherType? weatherType,
- {ThemeWeather? weatherTheme,
- Key? key}
Implementation
const AnimatedBackground(
this.weatherType, {
this.weatherTheme,
Key? key,
}) : super(key: key);
const AnimatedBackground(
this.weatherType, {
this.weatherTheme,
Key? key,
}) : super(key: key);