uso de imágenes y eliminación de innecesarias

This commit is contained in:
2026-05-12 01:09:05 +02:00
parent a055ed808c
commit 1885c85de9
28 changed files with 298 additions and 47 deletions
+6 -1
View File
@@ -69,7 +69,12 @@ class _PantallaAjustesState extends State<PantallaAjustes> {
),
),
const SizedBox(width: 12),
const Icon(Icons.edit),
Image.asset(
'assets/ui/generated/actions/action_settings_gear.webp',
width: 38,
height: 38,
fit: BoxFit.contain,
),
],
),
),