| 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;
|
|
|