Nuevos assets para otras pantallas (meta)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user