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

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

Issue 1000863002: Fix errors in Sky detected by Dart analyzer (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: One more 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/floating_action_button.dart ('k') | sky/framework/components/radio.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/material.dart
diff --git a/sky/framework/components/material.dart b/sky/framework/components/material.dart
index 6c775b1aed55aab890be65632b1d4a19d0179871..1a58f06034e426c6ca98bf7d0b1e91053627f47d 100644
--- a/sky/framework/components/material.dart
+++ b/sky/framework/components/material.dart
@@ -5,13 +5,10 @@
import '../fn.dart';
import '../theme/shadows.dart';
import 'dart:collection';
-import 'dart:math';
import 'dart:sky' as sky;
import 'ink_splash.dart';
class Material extends Component {
- static const _splashesKey = const Object();
-
static final Style _splashesStyle = new Style('''
transform: translateX(0);
position: absolute;
« no previous file with comments | « sky/framework/components/floating_action_button.dart ('k') | sky/framework/components/radio.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698