Skip to content

Commit 77f0c92

Browse files
committed
Fix image scale
1 parent 4363c91 commit 77f0c92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/utils/image_builder.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ class _UltimateImageBuilderState extends State<UltimateImageBuilder> {
244244
width: width,
245245
height: height,
246246
repeat: repeat,
247+
scale: scale,
247248
color: widget.color,
248249
opacity: AlwaysStoppedAnimation(widget.paint?.opacity ?? 1),
249250
filterQuality: FilterQuality.medium,

0 commit comments

Comments
 (0)