This commit is contained in:
Yoshi 2024-01-27 19:27:03 +03:00
parent 2807fc08fb
commit 4c79b5e8c2

View file

@ -40,7 +40,7 @@ class _WeatherNowState extends State<WeatherNow> {
height: 200,
),
GlowText(
'${widget.degree.round()}',
'${widget.degree}',
style: context.textTheme.displayLarge?.copyWith(
fontSize: 90,
fontWeight: FontWeight.w800,