| Index: sky/sdk/lib/widgets/menu_item.dart
|
| diff --git a/sky/sdk/lib/widgets/menu_item.dart b/sky/sdk/lib/widgets/menu_item.dart
|
| index f376e6b2ee13449ba88387642b127354339e118e..26ea9092b46642026e04ae82f6c27de3c08c38a0 100644
|
| --- a/sky/sdk/lib/widgets/menu_item.dart
|
| +++ b/sky/sdk/lib/widgets/menu_item.dart
|
| @@ -55,8 +55,8 @@ class MenuItem extends ButtonBase {
|
| new Flexible(
|
| flex: 1,
|
| child: new Padding(
|
| - padding: const EdgeDims.symmetric(horizontal: 16.0)
|
| - child: new Flex(children, direction: FlexDirection.horizontal),
|
| + padding: const EdgeDims.symmetric(horizontal: 16.0),
|
| + child: new Flex(children, direction: FlexDirection.horizontal)
|
| )
|
| )
|
| ])
|
|
|