Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
7f9c8c4b
Commit
7f9c8c4b
authored
Sep 28, 2016
by
qchong
Committed by
GitHub
Sep 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Updates to API docs based on usability study feedback. (#6126)
parent
8da84b1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
list_item.dart
packages/flutter/lib/src/material/list_item.dart
+1
-0
image.dart
packages/flutter/lib/src/widgets/image.dart
+4
-0
No files found.
packages/flutter/lib/src/material/list_item.dart
View file @
7f9c8c4b
...
@@ -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.
...
...
packages/flutter/lib/src/widgets/image.dart
View file @
7f9c8c4b
...
@@ -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.
///
///
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment