Fix image scaling
This commit is contained in:
parent
771aa6fbe2
commit
b5f4fccd92
2 changed files with 3 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class _ImageBubbleState extends State<ImageBubble> {
|
|||
_file.bytes,
|
||||
width: size.toDouble(),
|
||||
height: size.toDouble(),
|
||||
fit: BoxFit.fill,
|
||||
fit: BoxFit.cover,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue