dev #1
@ -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