fix: Removed bubble for giphy, changed border radii

This commit is contained in:
Deven Joshi
2020-11-04 18:13:40 +05:30
parent 1f8e49c45a
commit aa419da054
+1
View File
@@ -275,6 +275,7 @@ class GiphyAttachment extends StatelessWidget {
bottomLeft: Radius.circular(8.0),
),
),
clipBehavior: Clip.antiAlias,
child: CachedNetworkImage(
height: size?.height,
width: size?.width,