| Index: sky/sdk/lib/framework/components2/floating_action_button.dart
|
| diff --git a/sky/sdk/lib/framework/components2/floating_action_button.dart b/sky/sdk/lib/framework/components2/floating_action_button.dart
|
| index e4be516755e90bebe92a8aef6f201ace3b200256..d0f96910cfaf3150400f186fb021eb80ba22ba19 100644
|
| --- a/sky/sdk/lib/framework/components2/floating_action_button.dart
|
| +++ b/sky/sdk/lib/framework/components2/floating_action_button.dart
|
| @@ -17,8 +17,8 @@ class FloatingActionButton extends Component {
|
| FloatingActionButton({ Object key, this.content, this.level: 0 })
|
| : super(key: key);
|
|
|
| - UINode content;
|
| - int level;
|
| + final UINode content;
|
| + final int level;
|
|
|
| UINode build() {
|
| List<UINode> children = [];
|
|
|