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
efbcb0aa
Commit
efbcb0aa
authored
Apr 15, 2016
by
Ian Hickson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix docs for Divider. (#3364)
Fixes
https://github.com/flutter/flutter/issues/3363
parent
b5e471ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
divider.dart
packages/flutter/lib/src/material/divider.dart
+5
-2
No files found.
packages/flutter/lib/src/material/divider.dart
View file @
efbcb0aa
...
...
@@ -8,13 +8,15 @@ import 'theme.dart';
/// A material design divider.
///
/// A one logical pixel thick horizontal line.
/// A one logical pixel thick horizontal line, with padding on either
/// side. The box's total height is controlled by [height].
///
/// Dividers can be used in lists and [Drawer]s to separate content vertically.
/// To create a one-pixel divider between items in a list, consider using
/// [ListItem.divideItems], which is optimized for this case.
///
/// See also:
///
/// * [ListItem.divideItems]
/// * <https://www.google.com/design/spec/components/dividers.html>
class
Divider
extends
StatelessWidget
{
...
...
@@ -41,7 +43,8 @@ class Divider extends StatelessWidget {
/// The color to use when painting the line.
///
/// Defaults to [ThemeData.dividerColor].
/// Defaults to the current theme's divider color, given by
/// [ThemeData.dividerColor].
final
Color
color
;
@override
...
...
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