We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4363c91 commit 77f0c92Copy full SHA for 77f0c92
lib/src/utils/image_builder.dart
@@ -244,6 +244,7 @@ class _UltimateImageBuilderState extends State<UltimateImageBuilder> {
244
width: width,
245
height: height,
246
repeat: repeat,
247
+ scale: scale,
248
color: widget.color,
249
opacity: AlwaysStoppedAnimation(widget.paint?.opacity ?? 1),
250
filterQuality: FilterQuality.medium,
0 commit comments