add card linking
This commit is contained in:
@@ -96,6 +96,11 @@ class _MihCardDisplayState extends State<MihCardDisplay> {
|
|||||||
height: widget.height,
|
height: widget.height,
|
||||||
child: Image.asset('images/loyalty_cards/spur.png'),
|
child: Image.asset('images/loyalty_cards/spur.png'),
|
||||||
);
|
);
|
||||||
|
case "infinity":
|
||||||
|
return SizedBox(
|
||||||
|
height: widget.height,
|
||||||
|
child: Image.asset('images/loyalty_cards/infinity.png'),
|
||||||
|
);
|
||||||
default:
|
default:
|
||||||
return SizedBox(
|
return SizedBox(
|
||||||
height: widget.height,
|
height: widget.height,
|
||||||
|
|||||||
Reference in New Issue
Block a user