Change network image URL in doc (#25096)
This fixes https://github.com/flutter/flutter/issues/25092
This commit is contained in:
@@ -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
|
||||
/// )
|
||||
|
||||
Reference in New Issue
Block a user