| Index: sky/framework/components/popup_menu_item.dart
|
| diff --git a/sky/framework/components/popup_menu_item.dart b/sky/framework/components/popup_menu_item.dart
|
| index 8a5a7181bd23cb6662f37f79814d6b6e8bf360b0..7468ba0650ca190fef9182b5494475db538bf74d 100644
|
| --- a/sky/framework/components/popup_menu_item.dart
|
| +++ b/sky/framework/components/popup_menu_item.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| import '../animation/animated_value.dart';
|
| import '../fn.dart';
|
| -import 'material.dart';
|
| +import 'ink_well.dart';
|
|
|
| class PopupMenuItem extends Component {
|
| static final Style _style = new Style('''
|
| @@ -25,7 +25,7 @@ class PopupMenuItem extends Component {
|
| Node build() {
|
| _opacity.ensureListening();
|
|
|
| - return new Material(
|
| + return new InkWell(
|
| style: _style,
|
| inlineStyle: _opacity.value == null ? null : 'opacity: ${_opacity.value}',
|
| children: children
|
|
|