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