fix: detail product

This commit is contained in:
efrilm 2025-08-01 14:17:11 +07:00
parent 1737186db7
commit a1f3fbe854

View File

@ -32,6 +32,8 @@ class DetailProductDialog extends StatelessWidget {
? product.image!
: '${Variables.baseUrl}/${product.image}',
fit: BoxFit.cover,
width: 120,
height: 120,
errorWidget: (context, url, error) => Container(
width: 120,
height: 120,