debugDumpRenderTree function

void debugDumpRenderTree ()

Prints a textual representation of the entire render tree.

Implementation

void debugDumpRenderTree() {
  debugPrint(RendererBinding.instance?.renderView?.toStringDeep() ?? 'Render tree unavailable.');
}