fix: detail product
This commit is contained in:
parent
1737186db7
commit
a1f3fbe854
@ -32,6 +32,8 @@ class DetailProductDialog extends StatelessWidget {
|
|||||||
? product.image!
|
? product.image!
|
||||||
: '${Variables.baseUrl}/${product.image}',
|
: '${Variables.baseUrl}/${product.image}',
|
||||||
fit: BoxFit.cover,
|
fit: BoxFit.cover,
|
||||||
|
width: 120,
|
||||||
|
height: 120,
|
||||||
errorWidget: (context, url, error) => Container(
|
errorWidget: (context, url, error) => Container(
|
||||||
width: 120,
|
width: 120,
|
||||||
height: 120,
|
height: 120,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user