| Index: sky/sdk/lib/framework/components2/tool_bar.dart
|
| diff --git a/sky/sdk/lib/framework/components2/tool_bar.dart b/sky/sdk/lib/framework/components2/tool_bar.dart
|
| index a90afed8080df4842319d736c86d6ea9ecaaea70..cb32056838d71e9c56c999291b3b92f4b1c27650 100644
|
| --- a/sky/sdk/lib/framework/components2/tool_bar.dart
|
| +++ b/sky/sdk/lib/framework/components2/tool_bar.dart
|
| @@ -16,10 +16,10 @@ class ToolBar extends Component {
|
| this.backgroundColor
|
| }) : super(key: key);
|
|
|
| - UINode left;
|
| - UINode center;
|
| - List<UINode> right;
|
| - Color backgroundColor;
|
| + final UINode left;
|
| + final UINode center;
|
| + final List<UINode> right;
|
| + final Color backgroundColor;
|
|
|
| UINode build() {
|
| List<UINode> children = [
|
|
|