const TemperaturePreview( {required this.temperature, Key? key, required this.onChanged}) : super(key: key);