debugDumpRenderTree function Null safety

void debugDumpRenderTree()

Prints a textual representation of the entire render tree.

Implementation

void debugDumpRenderTree() {
  debugPrint(RendererBinding.instance.renderView.toStringDeep());
}