Update flutter/lib/mobile/widgets/custom_scale_widget.dart

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alessandro De Blasis
2025-10-29 09:24:34 +01:00
committed by GitHub
parent 0ae6e3c02f
commit 7cf53a0fa9

View File

@@ -170,7 +170,7 @@ class _MobileCustomScaleControlsState extends State<MobileCustomScaleControls> {
children: [
Text(
'${translate("Scale custom")}: $_value%',
style: TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
style: const TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
),
SizedBox(height: 8),
Row(