fix size of card
This commit is contained in:
@@ -155,6 +155,9 @@ class _MihCardDisplayState extends State<MihCardDisplay> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return displayLoyaltyCard();
|
return SizedBox(
|
||||||
|
width: 500,
|
||||||
|
child: displayLoyaltyCard(),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user