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

Unified Diff: sky/examples/stocks-fn/lib/stock_row.dart

Issue 1019023003: Improve Material ink effects (Closed) Base URL: git@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
Index: sky/examples/stocks-fn/lib/stock_row.dart
diff --git a/sky/examples/stocks-fn/lib/stock_row.dart b/sky/examples/stocks-fn/lib/stock_row.dart
index 6f75dee5db7baf04a8e5f99f6df6c66bce5b2e34..94abba7adbe2dd2c4d59c98b04d1502521958bcb 100644
--- a/sky/examples/stocks-fn/lib/stock_row.dart
+++ b/sky/examples/stocks-fn/lib/stock_row.dart
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-import 'package:sky/framework/components/material.dart';
+import 'package:sky/framework/components/ink_well.dart';
import 'package:sky/framework/fn.dart';
import 'package:sky/framework/theme/typography.dart' as typography;
import 'stock_arrow.dart';
@@ -68,7 +68,7 @@ class StockRow extends Component {
)
];
- return new Material(
+ return new InkWell(
style: _style,
children: children
);

Powered by Google App Engine
This is Rietveld 408576698