más mejoras
This commit is contained in:
@@ -490,11 +490,16 @@ class _PantallaCrearPartidaState extends State<PantallaCrearPartida> {
|
||||
final esPerfilLocal =
|
||||
e.key == 0 && e.value == nombrePerfil;
|
||||
return ListTile(
|
||||
minLeadingWidth: 62,
|
||||
leading: esPerfilLocal
|
||||
? AvatarFarolero(
|
||||
texto: inicialPerfil,
|
||||
assetPath: perfil.avatarAsset,
|
||||
size: 54,
|
||||
? SizedBox(
|
||||
width: 62,
|
||||
height: 62,
|
||||
child: AvatarFarolero(
|
||||
texto: inicialPerfil,
|
||||
assetPath: perfil.avatarAsset,
|
||||
size: 52,
|
||||
),
|
||||
)
|
||||
: CircleAvatar(
|
||||
backgroundColor: TemaApp.colorTarjeta,
|
||||
@@ -516,7 +521,6 @@ class _PantallaCrearPartidaState extends State<PantallaCrearPartida> {
|
||||
),
|
||||
onPressed: () => _eliminarJugador(e.key),
|
||||
),
|
||||
dense: true,
|
||||
);
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user