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