Compare commits
2 Commits
d6f27690c6
...
e6ea8182e4
| Author | SHA1 | Date | |
|---|---|---|---|
| e6ea8182e4 | |||
| c585d5ce0d |
@@ -133,9 +133,12 @@ class _UploadImagesState extends State<UploadImages> {
|
|||||||
}) {
|
}) {
|
||||||
return GestureDetector(
|
return GestureDetector(
|
||||||
onTap: () => widget.oneTap?.call(index),
|
onTap: () => widget.oneTap?.call(index),
|
||||||
child: CustomerImagesNetworking(
|
child: ClipRRect(
|
||||||
imageUrl: imageUrl,
|
borderRadius: BorderRadiusGeometry.circular(20.r),
|
||||||
fit: widget.fit ?? BoxFit.cover,
|
child: CustomerImagesNetworking(
|
||||||
|
imageUrl: imageUrl,
|
||||||
|
fit: widget.fit ?? BoxFit.cover,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user