nuevas pantallas

This commit is contained in:
2026-05-11 18:44:51 +02:00
parent f8545fc783
commit 2503b64d34
18 changed files with 179 additions and 67 deletions
+4
View File
@@ -38,6 +38,8 @@ class _PantallaVerPalabraState extends State<PantallaVerPalabra> {
padding: const EdgeInsets.all(16),
child: Column(
children: [
const ArteGameplayFarolero.fase(height: 110),
const SizedBox(height: 10),
EncabezadoFarolero(
icono: Icons.visibility,
titulo: l10n.roundNumber(partida.rondaActual),
@@ -174,6 +176,8 @@ class _PantallaRevelarPalabraState extends State<_PantallaRevelarPalabra> {
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
const ArteGameplayFarolero.fase(height: 128),
const SizedBox(height: 12),
Text(
widget.nombre,
style: Theme.of(context).textTheme.headlineMedium,