nuevas pantallas
This commit is contained in:
@@ -55,8 +55,10 @@ class _PantallaPalabrasClienteState extends State<PantallaPalabrasCliente> {
|
||||
padding: const EdgeInsets.all(24),
|
||||
child: Column(
|
||||
children: [
|
||||
const ArteGameplayFarolero.fase(height: 116),
|
||||
const SizedBox(height: 8),
|
||||
Text(
|
||||
'Jugador ${_indice + 1} de ${widget.jugadores.length}',
|
||||
'${l10n.defaultPlayerName} ${_indice + 1} / ${widget.jugadores.length}',
|
||||
style: Theme.of(context).textTheme.titleMedium,
|
||||
),
|
||||
const Spacer(),
|
||||
|
||||
Reference in New Issue
Block a user