fix lakum design

merge-update-with-lab-changes
Fatimah Alshammari 4 years ago
parent e9a86b4e1c
commit 7b44f3487f

@ -231,11 +231,15 @@ class _LakumBannerWidgetState extends State<LakumBannerWidget> {
), ),
Center( Center(
child: Container( child: Container(
margin: EdgeInsets.fromLTRB(20, 70, 20, 4), margin: EdgeInsets.fromLTRB(5, 70, 5, 4),
child: widget.model.convertBase64ToBarCodeImage() != child: widget.model.convertBase64ToBarCodeImage() !=
null null
? Image.memory( ? Image.memory(
widget.model.convertBase64ToBarCodeImage()) widget.model.convertBase64ToBarCodeImage(),
fit: BoxFit.fill,
height: 100.0,
width: 180.0
)
: Container(), : Container(),
), ),
), ),

Loading…
Cancel
Save