Fix image scaling
This commit is contained in:
@ -47,7 +47,7 @@ class _ImageBubbleState extends State<ImageBubble> {
|
||||
_file.bytes,
|
||||
width: size.toDouble(),
|
||||
height: size.toDouble(),
|
||||
fit: BoxFit.fill,
|
||||
fit: BoxFit.cover,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user