Nuevos assets para otras pantallas (meta)
Build & Deploy Farolero / Análisis de código (push) Failing after 56s
Build & Deploy Farolero / Build APK + AAB release (push) Has been skipped

This commit is contained in:
2026-05-11 19:04:45 +02:00
parent d338e78612
commit df2659ab9d
10 changed files with 51 additions and 12 deletions
+21
View File
@@ -424,6 +424,27 @@ class ArteGameplayFarolero extends StatelessWidget {
this.padding = EdgeInsets.zero,
}) : assetPath = 'assets/ui/generated/gameplay/notes_strategy_art.png';
const ArteGameplayFarolero.ajustes({
super.key,
this.height = 150,
this.opacity = 0.94,
this.padding = EdgeInsets.zero,
}) : assetPath = 'assets/ui/generated/meta/settings_profile_art.png';
const ArteGameplayFarolero.historial({
super.key,
this.height = 150,
this.opacity = 0.94,
this.padding = EdgeInsets.zero,
}) : assetPath = 'assets/ui/generated/meta/history_ledger_art.png';
const ArteGameplayFarolero.resultado({
super.key,
this.height = 150,
this.opacity = 0.94,
this.padding = EdgeInsets.zero,
}) : assetPath = 'assets/ui/generated/meta/result_verdict_art.png';
@override
Widget build(BuildContext context) {
return ExcludeSemantics(