Unverified Commit 06ffbbfd authored by liyuqian's avatar liyuqian Committed by GitHub

Change network image URL in doc (#25096)

This fixes https://github.com/flutter/flutter/issues/25092
parent f250db6c
......@@ -170,7 +170,7 @@ class Directionality extends InheritedWidget {
///
/// ```dart
/// Image.network(
/// 'https://github.com/flutter/flutter_gallery_assets/raw/master/lib/products/backpack.png',
/// 'https://raw.githubusercontent.com/flutter/assets-for-api-docs/master/packages/diagrams/assets/blend_mode_destination.jpeg',
/// color: Color.fromRGBO(255, 255, 255, 0.5),
/// colorBlendMode: BlendMode.modulate
/// )
......
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