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

Unified Diff: sky/sdk/lib/framework/components2/drawer_header.dart

Issue 1172173002: Clean up a bunch of our Dart code. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: upstream merge Created 5 years, 6 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
Index: sky/sdk/lib/framework/components2/drawer_header.dart
diff --git a/sky/sdk/lib/framework/components2/drawer_header.dart b/sky/sdk/lib/framework/components2/drawer_header.dart
index ac3da43fab133ac34b9a7c6cb26a7949345372e9..31dda11196dcab2b077f6ca91cebeb6803f169c9 100644
--- a/sky/sdk/lib/framework/components2/drawer_header.dart
+++ b/sky/sdk/lib/framework/components2/drawer_header.dart
@@ -8,10 +8,10 @@ import '../theme2/view_configuration.dart';
class DrawerHeader extends Component {
- List<UINode> children;
-
DrawerHeader({ Object key, this.children }) : super(key: key);
+ List<UINode> children;
+
UINode build() {
return new Container(
key: 'drawer-header-outside',
@@ -44,4 +44,5 @@ class DrawerHeader extends Component {
)
);
}
+
}
« no previous file with comments | « sky/sdk/lib/framework/components2/drawer.dart ('k') | sky/sdk/lib/framework/components2/floating_action_button.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698