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
4046db98
Commit
4046db98
authored
Nov 01, 2016
by
Ian Hickson
Committed by
GitHub
Nov 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some more documentation in the material lib (#6617)
parent
df3fff97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
button_bar.dart
packages/flutter/lib/src/material/button_bar.dart
+5
-4
card.dart
packages/flutter/lib/src/material/card.dart
+3
-1
No files found.
packages/flutter/lib/src/material/button_bar.dart
View file @
4046db98
...
...
@@ -18,10 +18,11 @@ import 'raised_button.dart';
///
/// See also:
///
/// * [RaisedButton]
/// * [FlatButton]
/// * [Dialog]
/// * [ButtonTheme]
/// * [RaisedButton], a kind of button.
/// * [FlatButton], another kind of button.
/// * [Card], at the bottom of which it is common to place a [ButtonBar].
/// * [Dialog], which uses a [ButtonBar] for its actions.
/// * [ButtonTheme], which configures the [ButtonBar].
class
ButtonBar
extends
StatelessWidget
{
/// Creates a button bar.
///
...
...
packages/flutter/lib/src/material/card.dart
View file @
4046db98
...
...
@@ -14,7 +14,9 @@ import 'material.dart';
/// See also:
///
/// * [ListItem], to display icons and text in a card.
/// * [Dialog] and [showDialog], to display a modal card.
/// * [ButtonBar], to display buttons at the bottom of a card. Typically these
/// would be styled using a ButtonTheme created with [new ButtonTheme.bar].
/// * [showDialog], to display a modal card.
/// * <https://material.google.com/components/cards.html>
class
Card
extends
StatelessWidget
{
/// Creates a material design card.
...
...
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