ub3lal hai 1 mes
pai
achega
d17e252e5b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(),