Commit 7f9c8c4b authored by qchong's avatar qchong Committed by GitHub

docs: Updates to API docs based on usability study feedback. (#6126)

parent 8da84b1c
...@@ -25,6 +25,7 @@ import 'theme.dart'; ...@@ -25,6 +25,7 @@ import 'theme.dart';
/// ///
/// * [MaterialList] /// * [MaterialList]
/// * [CircleAvatar] /// * [CircleAvatar]
/// * [Divider]
/// * <https://www.google.com/design/spec/components/lists.html> /// * <https://www.google.com/design/spec/components/lists.html>
class ListItem extends StatelessWidget { class ListItem extends StatelessWidget {
/// Creates a list item. /// Creates a list item.
......
...@@ -43,6 +43,10 @@ ImageConfiguration createLocalImageConfiguration(BuildContext context, { Size si ...@@ -43,6 +43,10 @@ ImageConfiguration createLocalImageConfiguration(BuildContext context, { Size si
/// ///
/// The image is painted using [paintImage], which describes the meanings of the /// The image is painted using [paintImage], which describes the meanings of the
/// various fields on this class in more detail. /// various fields on this class in more detail.
///
/// See also:
///
/// * [Icon]
class Image extends StatefulWidget { class Image extends StatefulWidget {
/// Creates a widget that displays an image. /// Creates a widget that displays an image.
/// ///
......
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