add card linking
This commit is contained in:
parent
e3e92e42e8
commit
9fd22c8fe0
1 changed files with 5 additions and 0 deletions
|
|
@ -96,6 +96,11 @@ class _MihCardDisplayState extends State<MihCardDisplay> {
|
|||
height: widget.height,
|
||||
child: Image.asset('images/loyalty_cards/spur.png'),
|
||||
);
|
||||
case "infinity":
|
||||
return SizedBox(
|
||||
height: widget.height,
|
||||
child: Image.asset('images/loyalty_cards/infinity.png'),
|
||||
);
|
||||
default:
|
||||
return SizedBox(
|
||||
height: widget.height,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue