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
+4
View File
@@ -130,6 +130,8 @@ class _PantallaNotasOnlineState extends State<PantallaNotasOnline> {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
const ArteGameplayFarolero.notas(height: 138),
const SizedBox(height: 10),
Text(
AppLocalizations.of(context)!.whoAreYou,
style: Theme.of(context).textTheme.headlineSmall,
@@ -165,6 +167,8 @@ class _PantallaNotasOnlineState extends State<PantallaNotasOnline> {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
const ArteGameplayFarolero.notas(height: 120),
const SizedBox(height: 8),
Row(
children: [
if (widget.autoresControlados.length > 1)