Iconografía básica
This commit is contained in:
@@ -8,6 +8,7 @@ import '../modelos/gamificacion_usuario.dart';
|
||||
import '../modelos/jugador.dart';
|
||||
import '../modelos/partida.dart';
|
||||
import 'tema_app.dart';
|
||||
import 'componentes_farolero.dart';
|
||||
|
||||
class ResultadoRondaFarolero extends StatelessWidget {
|
||||
final ResultadoVotacion resultado;
|
||||
@@ -122,7 +123,7 @@ class DetalleVotosFarolero extends StatelessWidget {
|
||||
children: [
|
||||
Row(
|
||||
children: [
|
||||
const Icon(Icons.bar_chart, color: TemaApp.colorNaranja),
|
||||
IconoFarolero(Icons.bar_chart, color: TemaApp.colorNaranja),
|
||||
const SizedBox(width: 8),
|
||||
Expanded(
|
||||
child: Text(
|
||||
@@ -804,7 +805,7 @@ class TarjetaImpostoresPremium extends StatelessWidget {
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
const Icon(Icons.theater_comedy, color: TemaApp.colorAcento),
|
||||
IconoFarolero(Icons.theater_comedy, color: TemaApp.colorAcento),
|
||||
const SizedBox(width: 8),
|
||||
Flexible(
|
||||
child: Text(
|
||||
|
||||
Reference in New Issue
Block a user