Skip to content

Commit 23aa249

Browse files
authored
Fix cacheImage.fit (#532)
1 parent fa4aa78 commit 23aa249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/cache_image.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class CacheImage extends StatelessWidget {
2323
this.height,
2424
this.placeholder,
2525
this.errorWidget,
26-
this.fit = BoxFit.contain,
26+
this.fit = BoxFit.cover,
2727
this.controller,
2828
Key? key,
2929
}) : super(key: key);

0 commit comments

Comments
 (0)