ub3lal 1 month ago
parent
commit
d17e252e5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/src/CachedNetworkImageWidget.dart

+ 1 - 1
lib/src/CachedNetworkImageWidget.dart

@@ -10,7 +10,7 @@ class CachedNetworkImageWidget extends StatelessWidget {
     this.height,
     this.placeholder,
     this.errorWidget,
-    required this.cached,
+    this.cached = true,
     this.httpHeaders,
     this.cacheKey,
     this.loadwidget = const CircularProgressIndicator(),