Unverified Commit 259151c3 authored by Brian Egan's avatar Brian Egan Committed by GitHub

Add generated Icon diagram to api docs (#35046)

* Add generated Icon diagram to api docs
parent a644010e
...@@ -29,6 +29,8 @@ import 'icon_theme_data.dart'; ...@@ -29,6 +29,8 @@ import 'icon_theme_data.dart';
/// This example shows how to use [Icon] to create an addition icon, in the /// This example shows how to use [Icon] to create an addition icon, in the
/// color pink, and 30 x 30 pixels in size. /// color pink, and 30 x 30 pixels in size.
/// ///
/// ![A pink plus sign](https://flutter.github.io/assets-for-api-docs/assets/widgets/icon.png)
///
/// ```dart /// ```dart
/// Icon( /// Icon(
/// Icons.add, /// Icons.add,
......
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