Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(435)

Unified Diff: sky/sdk/lib/widgets/card.dart

Issue 1207373005: Add some dartdoc comments (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/sdk/lib/widgets/checkbox.dart » ('j') | sky/sdk/lib/widgets/dialog.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/widgets/card.dart
diff --git a/sky/sdk/lib/widgets/card.dart b/sky/sdk/lib/widgets/card.dart
index dca8b55bac83c3b5093fc89c577c52fad43da69f..6be4490ede03d8bf0d1e11aab3dea45ad890d56e 100644
--- a/sky/sdk/lib/widgets/card.dart
+++ b/sky/sdk/lib/widgets/card.dart
@@ -7,6 +7,9 @@ import 'basic.dart';
import 'material.dart';
import "theme.dart";
+/// A material design card
+///
+/// <https://www.google.com/design/spec/components/cards.html>
class Card extends Component {
Card({ String key, this.child, this.color }) : super(key: key);
« no previous file with comments | « no previous file | sky/sdk/lib/widgets/checkbox.dart » ('j') | sky/sdk/lib/widgets/dialog.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698