Eskom
This commit is contained in:
parent
a52808a79a
commit
541de29203
2 changed files with 6 additions and 0 deletions
|
|
@ -101,6 +101,11 @@ class _MihCardDisplayState extends State<MihCardDisplay> {
|
|||
height: widget.height,
|
||||
child: Image.asset('images/loyalty_cards/infinity.png'),
|
||||
);
|
||||
case "eskom":
|
||||
return SizedBox(
|
||||
height: widget.height,
|
||||
child: Image.asset('images/loyalty_cards/eskom.png'),
|
||||
);
|
||||
default:
|
||||
return SizedBox(
|
||||
height: widget.height,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue