debugDumpRenderTree function Null safety
Prints a textual representation of the entire render tree.
Implementation
void debugDumpRenderTree() {
debugPrint(RendererBinding.instance.renderView.toStringDeep());
}
Prints a textual representation of the entire render tree.
void debugDumpRenderTree() {
debugPrint(RendererBinding.instance.renderView.toStringDeep());
}