mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Change network image URL in doc (#25096)
This fixes https://github.com/flutter/flutter/issues/25092
This commit is contained in:
parent
f250db6cb2
commit
06ffbbfd4a
@ -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
|
||||
/// )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user