debugDumpRenderObjectSemanticsTree function
Dumps the render object semantics tree.
Implementation
void debugDumpRenderObjectSemanticsTree() {
debugPrint(_debugCollectRenderObjectSemanticsTrees());
}
Dumps the render object semantics tree.
void debugDumpRenderObjectSemanticsTree() {
debugPrint(_debugCollectRenderObjectSemanticsTrees());
}