Unverified Commit c71a42b4 authored by Darren Austin's avatar Darren Austin Committed by GitHub

Fixed a typo in the docs. (#55303)

parent 5d5175b0
......@@ -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(
......
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