nuevas pantallas
This commit is contained in:
@@ -104,6 +104,8 @@ class _PantallaNotasState extends State<PantallaNotas> {
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
const ArteGameplayFarolero.notas(height: 138),
|
||||
const SizedBox(height: 10),
|
||||
Text(
|
||||
l10n.whoAreYou,
|
||||
style: Theme.of(context).textTheme.headlineMedium,
|
||||
@@ -159,6 +161,8 @@ class _PantallaNotasState extends State<PantallaNotas> {
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
const ArteGameplayFarolero.notas(height: 120),
|
||||
const SizedBox(height: 8),
|
||||
Row(
|
||||
children: [
|
||||
IconButton(
|
||||
|
||||
Reference in New Issue
Block a user