| Index: sky/sdk/lib/widgets/material_button.dart
|
| diff --git a/sky/sdk/lib/widgets/material_button.dart b/sky/sdk/lib/widgets/material_button.dart
|
| index e6a866ee0c5d3b6e5f4ea3e012aea4c17fcb43ed..1b952d81c04aab7ab1adcffcb90678f593da5d21 100644
|
| --- a/sky/sdk/lib/widgets/material_button.dart
|
| +++ b/sky/sdk/lib/widgets/material_button.dart
|
| @@ -21,6 +21,7 @@ abstract class MaterialButton extends ButtonBase {
|
| bool enabled;
|
| Function onPressed;
|
|
|
| + @override
|
| void syncFields(MaterialButton source) {
|
| child = source.child;
|
| enabled = source.enabled;
|
| @@ -31,6 +32,7 @@ abstract class MaterialButton extends ButtonBase {
|
| Color get color;
|
| int get level;
|
|
|
| + @override
|
| Widget buildContent() {
|
| Widget contents = new Container(
|
| padding: new EdgeDims.symmetric(horizontal: 8.0),
|
|
|