fix: Background color of images with transparency

pull/1017/head
Krille 2 years ago
parent b875df6835
commit 71afa17806
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -70,6 +70,7 @@ class ImageBubble extends StatelessWidget {
final borderRadius =
this.borderRadius ?? BorderRadius.circular(AppConfig.borderRadius);
return Material(
color: Colors.transparent,
shape: RoundedRectangleBorder(
borderRadius: borderRadius,
side: BorderSide(

Loading…
Cancel
Save