debugDumpRenderTree function

void debugDumpRenderTree()

Prints a textual representation of the render trees.

It prints the trees associated with every RenderView in RendererBinding.renderView, separated by two blank lines.

Implementation

void debugDumpRenderTree() {
  debugPrint(_debugCollectRenderTrees());
}