menu
MBG_Inspektionen
fragments/weather/editableWeatherView.dart
WeatherIcon
WeatherIcon.new const constructor
WeatherIcon.new
dark_mode
light_mode
WeatherIcon
constructor
const
WeatherIcon
(
{
required
Weather
?
weather
,
required
dynamic
onChanged
(
Weather
?
),
Key
?
key
,
})
Implementation
const WeatherIcon({ required this.weather, required this.onChanged, Key? key, }) : super(key: key);
MBG_Inspektionen
editableWeatherView
WeatherIcon
WeatherIcon.new const constructor
WeatherIcon class