Change network image URL in doc (#25096)

This fixes https://github.com/flutter/flutter/issues/25092
This commit is contained in:
liyuqian 2018-12-10 09:55:07 -08:00 committed by GitHub
parent f250db6cb2
commit 06ffbbfd4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
/// )