Prints a textual representation of the entire render tree.
Source
void debugDumpRenderTree() {
debugPrint(RendererBinding.instance?.renderView?.toStringDeep());
}
Prints a textual representation of the entire render tree.
void debugDumpRenderTree() {
debugPrint(RendererBinding.instance?.renderView?.toStringDeep());
}