Nuevos assets para otras pantallas (meta)
This commit is contained in:
@@ -33,6 +33,8 @@ class _PantallaAjustesState extends State<PantallaAjustes> {
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
const ArteGameplayFarolero.ajustes(height: 142),
|
||||
const SizedBox(height: 8),
|
||||
Card(
|
||||
child: InkWell(
|
||||
borderRadius: BorderRadius.circular(12),
|
||||
@@ -157,6 +159,8 @@ class _PantallaAjustesState extends State<PantallaAjustes> {
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
const ArteGameplayFarolero.ajustes(height: 118),
|
||||
const SizedBox(height: 12),
|
||||
TextField(
|
||||
controller: nombreController,
|
||||
textCapitalization: TextCapitalization.words,
|
||||
|
||||
Reference in New Issue
Block a user