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
+3 -1
View File
@@ -164,6 +164,8 @@ class _PantallaDebateClienteState extends State<PantallaDebateCliente> {
padding: const EdgeInsets.all(24),
child: Column(
children: [
const ArteGameplayFarolero.fase(height: 124),
const SizedBox(height: 10),
const Spacer(),
// Timer
@@ -242,7 +244,7 @@ class _PantallaDebateClienteState extends State<PantallaDebateCliente> {
const SizedBox(width: 12),
Expanded(
child: Text(
'Empieza ${widget.primerTurnoNombre} diciendo su palabra.',
widget.primerTurnoNombre!,
style: Theme.of(context).textTheme.titleMedium,
),
),