TickerWeatherIcon constructor
const
TickerWeatherIcon({
- required ClockModel clockModel,
- required double height,
- Key? key,
Constructor for the WeatherIcon in the ticker Takes height to define a fixed square size
Implementation
const TickerWeatherIcon({
required this.clockModel,
required this.height,
Key? key,
}) : super(key: key);