fix: Background color of images with transparency

This commit is contained in:
Krille 2024-04-10 18:01:04 +02:00
parent b875df6835
commit 71afa17806
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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(