Fix image scaling

This commit is contained in:
Christian Pauly
2020-04-03 20:32:44 +02:00
parent bfa04e45eb
commit dc678f9479
2 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class _ImageBubbleState extends State<ImageBubble> {
_file.bytes,
width: size.toDouble(),
height: size.toDouble(),
fit: BoxFit.fill,
fit: BoxFit.cover,
),
);
}