Cambios visuales completos
This commit is contained in:
@@ -16,6 +16,7 @@ class PantallaHistorial extends StatelessWidget {
|
||||
return Scaffold(
|
||||
appBar: AppBar(title: const Text('Historial')),
|
||||
body: FondoFarolero(
|
||||
intenso: true,
|
||||
child: partidas.isEmpty
|
||||
? const Center(child: Text('Todavía no hay partidas guardadas.'))
|
||||
: ListView.builder(
|
||||
|
||||
Reference in New Issue
Block a user