| Index: sky/sdk/example/widgets/styled_text.dart
|
| diff --git a/sky/sdk/example/widgets/styled_text.dart b/sky/sdk/example/widgets/styled_text.dart
|
| index b417d0be433f2e3f4cd744ed1371f08a24f82cd7..c2901a147a5750f18a1014ce01f9dacccc1cf0ca 100644
|
| --- a/sky/sdk/example/widgets/styled_text.dart
|
| +++ b/sky/sdk/example/widgets/styled_text.dart
|
| @@ -49,7 +49,7 @@ HAL: This mission is too important for me to allow you to jeopardize it.''';
|
| decorationColor: const Color(0xFF000000),
|
| decorationStyle: TextDecorationStyle.wavy
|
| );
|
| -
|
| +
|
| Component toStyledText(String name, String text) {
|
| TextStyle lineStyle = (name == "Dave") ? daveStyle : halStyle;
|
| return new StyledText(
|
| @@ -122,8 +122,4 @@ HAL: This mission is too important for me to allow you to jeopardize it.''';
|
|
|
| void main() {
|
| runApp(new StyledTextApp());
|
| - SkyBinding.instance.onFrame = () {
|
| - // uncomment this for debugging:
|
| - // SkyBinding.instance.debugDumpRenderTree();
|
| - };
|
| }
|
|
|