| Index: sky/sdk/lib/rendering/README.md
|
| diff --git a/sky/sdk/lib/rendering/README.md b/sky/sdk/lib/rendering/README.md
|
| index 30884cc0c4de3cca03abe550de4a1c4a14ef6e85..94eaa92ada58005f6c93a5354de4494e52ce4f07 100644
|
| --- a/sky/sdk/lib/rendering/README.md
|
| +++ b/sky/sdk/lib/rendering/README.md
|
| @@ -364,6 +364,20 @@ Performance rules of thumb
|
| * Avoid using save/restore on canvases.
|
|
|
|
|
| +Useful debugging tools
|
| +----------------------
|
| +
|
| +This is a quick way to dump the entire render tree to the console.
|
| +This can be quite useful in figuring out exactly what is going on when
|
| +working with the render tree.
|
| +
|
| +```dart
|
| +import 'package:sky/rendering/sky_binding.dart';
|
| +
|
| +SkyBinding.instance.debugDumpRenderTree();
|
| +```
|
| +
|
| +
|
| Dependencies
|
| ------------
|
|
|
|
|