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 fa4aa78 commit 23aa249Copy full SHA for 23aa249
lib/widgets/cache_image.dart
@@ -23,7 +23,7 @@ class CacheImage extends StatelessWidget {
23
this.height,
24
this.placeholder,
25
this.errorWidget,
26
- this.fit = BoxFit.contain,
+ this.fit = BoxFit.cover,
27
this.controller,
28
Key? key,
29
}) : super(key: key);
0 commit comments