uso de imágenes y eliminación de innecesarias
This commit is contained in:
@@ -412,10 +412,13 @@ class _TarjetaProgresoGamificacion extends StatelessWidget {
|
||||
),
|
||||
],
|
||||
),
|
||||
child: const Icon(
|
||||
Icons.local_fire_department,
|
||||
color: Color(0xFF1B1010),
|
||||
size: 30,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(7),
|
||||
child: Image.asset(
|
||||
'assets/ui/generated/actions/action_fire_badge.webp',
|
||||
fit: BoxFit.contain,
|
||||
filterQuality: FilterQuality.medium,
|
||||
),
|
||||
),
|
||||
),
|
||||
const SizedBox(width: 14),
|
||||
@@ -582,8 +585,13 @@ class _DeltaFuego extends StatelessWidget {
|
||||
child: Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
const Icon(Icons.local_fire_department,
|
||||
color: TemaApp.colorNaranja, size: 24),
|
||||
Image.asset(
|
||||
'assets/ui/generated/actions/action_fire_badge.webp',
|
||||
width: 26,
|
||||
height: 26,
|
||||
fit: BoxFit.contain,
|
||||
filterQuality: FilterQuality.medium,
|
||||
),
|
||||
const SizedBox(width: 4),
|
||||
Text(
|
||||
texto,
|
||||
@@ -950,6 +958,7 @@ class _BotonesFinPartida extends StatelessWidget {
|
||||
BotonFarolero(
|
||||
texto: l10n.rematch,
|
||||
icono: Icons.replay,
|
||||
assetIconPath: 'assets/ui/generated/actions/action_create_game.webp',
|
||||
onPressed: () {
|
||||
estado.revancha();
|
||||
Navigator.pushReplacement(
|
||||
|
||||
Reference in New Issue
Block a user