Nuevos assets para otras pantallas (meta)
This commit is contained in:
@@ -21,6 +21,8 @@ Future<void> mostrarRevisionPalabraOnline({
|
||||
shrinkWrap: true,
|
||||
padding: const EdgeInsets.all(16),
|
||||
children: [
|
||||
const ArteGameplayFarolero.fase(height: 108),
|
||||
const SizedBox(height: 10),
|
||||
Text(
|
||||
AppLocalizations.of(sheetContext)!.seeYourWord,
|
||||
style: Theme.of(sheetContext).textTheme.titleLarge,
|
||||
@@ -72,6 +74,8 @@ class _DialogoRevisionPalabra extends StatelessWidget {
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
const ArteGameplayFarolero.fase(height: 118),
|
||||
const SizedBox(height: 10),
|
||||
Text(
|
||||
jugador.nombre,
|
||||
style: Theme.of(context).textTheme.titleLarge,
|
||||
|
||||
Reference in New Issue
Block a user