|
|
@ -40,11 +40,15 @@ class ImageBubble extends StatelessWidget {
|
|
|
|
event.infoMap['xyz.amorgan.blurhash'] is String
|
|
|
|
event.infoMap['xyz.amorgan.blurhash'] is String
|
|
|
|
? event.infoMap['xyz.amorgan.blurhash']
|
|
|
|
? event.infoMap['xyz.amorgan.blurhash']
|
|
|
|
: 'LEHV6nWB2yk8pyo0adR*.7kCMdnj';
|
|
|
|
: 'LEHV6nWB2yk8pyo0adR*.7kCMdnj';
|
|
|
|
return BlurHash(
|
|
|
|
return SizedBox(
|
|
|
|
|
|
|
|
width: width,
|
|
|
|
|
|
|
|
height: height,
|
|
|
|
|
|
|
|
child: BlurHash(
|
|
|
|
blurhash: blurHashString,
|
|
|
|
blurhash: blurHashString,
|
|
|
|
width: width,
|
|
|
|
width: width,
|
|
|
|
height: height,
|
|
|
|
height: height,
|
|
|
|
fit: fit,
|
|
|
|
fit: fit,
|
|
|
|
|
|
|
|
),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|