mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fixed a typo in the docs. (#55303)
This commit is contained in:
parent
5d5175b0b3
commit
c71a42b433
@ -45,7 +45,7 @@ import 'image_provider.dart';
|
||||
/// decoration: BoxDecoration(
|
||||
/// color: const Color(0xff7c94b6),
|
||||
/// image: const DecorationImage(
|
||||
/// image: NetworkImage('https:///flutter.github.io/assets-for-api-docs/assets/widgets/owl-2.jpg'),
|
||||
/// image: NetworkImage('https://flutter.github.io/assets-for-api-docs/assets/widgets/owl-2.jpg'),
|
||||
/// fit: BoxFit.cover,
|
||||
/// ),
|
||||
/// border: Border.all(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user