nuevas pantallas
This commit is contained in:
@@ -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,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user