Index: sky/sdk/lib/framework/components2/menu_item.dart |
diff --git a/sky/sdk/lib/framework/components2/menu_item.dart b/sky/sdk/lib/framework/components2/menu_item.dart |
index 79db993cb59570c42a8290b1654817a26df7358c..bf47b4d31d56267516d0ea194aa8dfe0ff7c2d9f 100644 |
--- a/sky/sdk/lib/framework/components2/menu_item.dart |
+++ b/sky/sdk/lib/framework/components2/menu_item.dart |
@@ -40,7 +40,7 @@ class MenuItem extends ButtonBase { |
) |
] |
), |
- desiredSize: const Size.fromHeight(48.0), |
+ height: 48.0, |
decoration: highlight ? highlightDecoration : null |
), |
onGestureTap: onGestureTap |