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

Unified Diff: sky/framework/components/scaffold.dart

Issue 1043283003: [Effen] s/Node/UINode/, s/Element/WrapperNode/, s/EventTarget/EventListenerNode/ (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « sky/framework/components/radio.dart ('k') | sky/framework/components/scrollable.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/scaffold.dart
diff --git a/sky/framework/components/scaffold.dart b/sky/framework/components/scaffold.dart
index bc55d7e4da9bf82a8ecef3e5f3a927e3b94fff21..4f7c7b13275109ee5f26f8d1a3e2596f6cc8ac80 100644
--- a/sky/framework/components/scaffold.dart
+++ b/sky/framework/components/scaffold.dart
@@ -33,11 +33,11 @@ class Scaffold extends Component {
bottom: 0;
right: 0;''');
- Node header;
- Node content;
+ UINode header;
+ UINode content;
FloatingActionButton fab;
Drawer drawer;
- List<Node> overlays;
+ List<UINode> overlays;
Scaffold({
Object key,
@@ -48,8 +48,8 @@ class Scaffold extends Component {
this.overlays
}) : super(key: key);
- Node build() {
- List<Node> children = [
+ UINode build() {
+ List<UINode> children = [
new Container(
key: 'Main',
style: _mainStyle,
« no previous file with comments | « sky/framework/components/radio.dart ('k') | sky/framework/components/scrollable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698