AnimatedBackground constructor Null safety

const AnimatedBackground(
  1. WeatherType? weatherType,
  2. {ThemeWeather? weatherTheme,
  3. Key? key}
)

Implementation

const AnimatedBackground(
  this.weatherType, {
  this.weatherTheme,
  Key? key,
}) : super(key: key);