Unverified Commit 765dd80e authored by xster's avatar xster Committed by GitHub

Add caching detail in doc (#13112)

* Add caching detail in doc

* review
parent d79c12e5
...@@ -128,6 +128,8 @@ class Image extends StatefulWidget { ...@@ -128,6 +128,8 @@ class Image extends StatefulWidget {
/// Creates a widget that displays an [ImageStream] obtained from the network. /// Creates a widget that displays an [ImageStream] obtained from the network.
/// ///
/// The [src], [scale], and [repeat] arguments must not be null. /// The [src], [scale], and [repeat] arguments must not be null.
///
/// All network images are cached regardless of HTTP headers.
Image.network(String src, { Image.network(String src, {
Key key, Key key,
double scale: 1.0, double scale: 1.0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment